From e5e9541f2de4af37bca98633aa75f9f9533a07db Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 4 Apr 2009 16:52:52 +0100 Subject: Fix incorrect short description of 'cat' command --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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."); -- cgit