summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-04 16:52:52 +0100
committerRichard Jones <rjones@redhat.com>2009-04-04 16:52:52 +0100
commite5e9541f2de4af37bca98633aa75f9f9533a07db (patch)
treeaa3f65b985c93d64a6d48d8b4917c6af2c2a0b76 /src
parent843514eef9dc6d04d71e031ba9ddb16e2beb9a04 (diff)
downloadlibguestfs-e5e9541f2de4af37bca98633aa75f9f9533a07db.tar.gz
libguestfs-e5e9541f2de4af37bca98633aa75f9f9533a07db.tar.xz
libguestfs-e5e9541f2de4af37bca98633aa75f9f9533a07db.zip
Fix incorrect short description of 'cat' command
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 14b51554..44cc06be 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -49,7 +49,7 @@ type flags = ProtocolLimitWarning
let functions = [
("cat", (RString "content", P1 (String "path")), 4, [ProtocolLimitWarning],
- "list the files in a directory (long format)",
+ "list the contents of a file",
"\
Return the contents of the file named C<path>.");