Changeset 88ca489


Ignore:
Timestamp:
Dec 6, 2003, 9:22:58 PM (20 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
b6a7367
Parents:
f36222f
Message:
Updated 'set' help.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rf36222f r88ca489  
    159159  OWLCMD_ARGS("set", owl_command_set, OWL_CTX_ANY,
    160160              "set a variable value",
    161               "set [-q] <variable> [<value>]\n"
     161              "set [-q] [<variable>] [<value>]\n"
    162162              "set",
    163163              "Set the named variable to the specified value.  If no\n"
    164               "arguments are used print the value of all variables.\n"
    165               "If value is unspecified and the variable is a boolean, will set it to 'on'.\n"
    166               "If -q is specified, is silent and doesn't print a message.\n"),
     164              "arguments are given, print the value of all variables.\n"
     165              "If the value is unspecified and the variable is a boolean, it will be\n"
     166              "set to 'on'.  If -q is used, set is silent and does not print a\n"
     167              "message.\n"),
    167168
    168169  OWLCMD_ARGS("unset", owl_command_unset, OWL_CTX_ANY,
Note: See TracChangeset for help on using the changeset viewer.