git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730d4db
)
cat: Fix documentation of -x option in usage.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 22 Nov 2010 17:31:15 +0000
(17:31 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 22 Nov 2010 17:35:36 +0000
(17:35 +0000)
This updates commit
d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e
.
cat/virt-cat.c
patch
|
blob
|
history
diff --git
a/cat/virt-cat.c
b/cat/virt-cat.c
index
2587e56
..
ebae895
100644
(file)
--- 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);