inspector: Fix documentation of -x option in usage.

This updates commit c5cb65f0aa.
This commit is contained in:
Richard W.M. Jones
2010-11-22 17:32:32 +00:00
parent b875f8e115
commit 938c98ad76

View File

@@ -83,7 +83,7 @@ usage (int status)
" --keys-from-stdin Read passphrases from stdin\n"
" -v|--verbose Verbose messages\n"
" -V|--version Display version and exit\n"
" -x Echo each command before executing it\n"
" -x Trace libguestfs API calls\n"
"For more information, see the manpage %s(1).\n"),
program_name, program_name, program_name,
program_name);