From: Richard W.M. Jones Date: Mon, 22 Nov 2010 17:31:15 +0000 (+0000) Subject: cat: Fix documentation of -x option in usage. X-Git-Tag: 1.7.12~7 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=b875f8e115842b37e6c7c9e59cb263a1cbb334aa;hp=730d4db45ec95d9c9592d7721ff1c5a3db036816 cat: Fix documentation of -x option in usage. This updates commit d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e. --- diff --git a/cat/virt-cat.c b/cat/virt-cat.c index 2587e56..ebae895 100644 --- a/cat/virt-cat.c +++ b/cat/virt-cat.c @@ -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);