cat: Fix documentation of -x option in usage.

This updates commit d29e9a552f.
This commit is contained in:
Richard W.M. Jones
2010-11-22 17:31:15 +00:00
parent 730d4db45e
commit b875f8e115

View File

@@ -69,7 +69,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);