Skip to content
Snippets Groups Projects
Commit 9af3f72e authored by Florent Gluck's avatar Florent Gluck
Browse files

Merge branch 'gc-improve-err-msg' into 'master'

Improve error message for command vmcreds2pdf

See merge request !2
parents 6075a363 b4849ae8
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