changeset 204:7e307bcc208a

[project @ 1993-11-08 22:18:14 by jwe]
author jwe
date Mon, 08 Nov 1993 22:18:14 +0000
parents 5652a6bca14c
children 76fa9345e0dc
files src/builtins.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/builtins.cc	Mon Nov 08 21:56:05 1993 +0000
+++ b/src/builtins.cc	Mon Nov 08 22:18:14 1993 +0000
@@ -201,9 +201,9 @@
     "show [options]\n\nshow plotting options", },
 
   { "who", -1, builtin_who,
-    "who [-global] [-top] [-local] [-all] [-fcn] [name ...]\n\n\
-list symbol(s) matching a list of regular expressions\n\
-if no arguments are given, the list of local symbols is printed", },
+    "who [-all] [-builtins] [-functions] [-long] [-variables]\n\n\
+List currently defined symbol(s).  Options may be shortened to one\n\
+character, but may not be combined.", },
 
   { NULL, -1, NULL, NULL, },
 };