diff options
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>."); |