Skip to content
Snippets Groups Projects
Commit b4849ae8 authored by guillaum.chanel's avatar guillaum.chanel Committed by Florent Gluck
Browse files

Improve error message for command vmcreds2pdf

parent 6075a363
Branches
No related tags found
1 merge request!2Improve error message for command vmcreds2pdf
......@@ -50,7 +50,7 @@ func (cmd *Creds2pdf)Run(args []string) int {
}
if len(vms) == 0 {
u.PrintlnErr("Error: VM(s) not found.")
u.PrintlnErr("Error: VM(s) not found (possible causes: no VM by that ID/regex, VM(s) not started, no right to list requested VM(s)).")
return 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment