summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-26 23:42:43 +0100
committerRichard Jones <rjones@redhat.com>2010-05-26 23:42:43 +0100
commitc1e3cff523d72e8110cbc568a3c280e57c2aabca (patch)
tree6f412147541c757f837c20dc34c2da74398c89cf
parentc35c83167dcdac440213c92e03b5e9bb1cf97ddb (diff)
downloadlibguestfs-c1e3cff523d72e8110cbc568a3c280e57c2aabca.tar.gz
libguestfs-c1e3cff523d72e8110cbc568a3c280e57c2aabca.tar.xz
libguestfs-c1e3cff523d72e8110cbc568a3c280e57c2aabca.zip
Fix typo in description of echo-daemon command.
-rwxr-xr-xsrc/generator.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 305c4a43..6db6aeb8 100755
--- 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 concatenates 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.