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:
c35c831
)
Fix typo in description of echo-daemon command.
author
Richard Jones
<rjones@redhat.com>
Wed, 26 May 2010 22:42:43 +0000
(23:42 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 26 May 2010 22:42:43 +0000
(23:42 +0100)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
305c4a4
..
6db6aeb
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-3797,8
+3797,8
@@
was built (see C<appliance/kmod.whitelist.in> in the source).");
)],
"echo arguments back to the client",
"\
-This command concatenate
the list of C<words> passed with single spaces between
-them and returns the resulting string.
+This command concatenate
s the list of C<words> passed with single spaces
+
between
them and returns the resulting string.
You can use this command to test the connection through to the daemon.