diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-04 16:52:52 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-04 16:52:52 +0100 |
commit | e5e9541f2de4af37bca98633aa75f9f9533a07db (patch) | |
tree | aa3f65b985c93d64a6d48d8b4917c6af2c2a0b76 /src | |
parent | 843514eef9dc6d04d71e031ba9ddb16e2beb9a04 (diff) | |
download | libguestfs-e5e9541f2de4af37bca98633aa75f9f9533a07db.tar.gz libguestfs-e5e9541f2de4af37bca98633aa75f9f9533a07db.tar.xz libguestfs-e5e9541f2de4af37bca98633aa75f9f9533a07db.zip |
Fix incorrect short description of 'cat' command
Diffstat (limited to 'src')
-rwxr-xr-x | src/generator.ml | 2 |
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>."); |