Changeset e16f8fe


Ignore:
Timestamp:
Feb 26, 2013, 2:00:41 PM (11 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
76682af
Parents:
ba5e919
git-author:
David Benjamin <davidben@mit.edu> (02/25/13 17:00:12)
git-committer:
David Benjamin <davidben@mit.edu> (02/26/13 14:00:41)
Message:
Fix :set usage string

Variable isn't optional. Rather either you pass no arguments or a bunch
of them.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r3b9ca71 re16f8fe  
    153153  OWLCMD_ARGS("set", owl_command_set, OWL_CTX_ANY,
    154154              "set a variable value",
    155               "set [-q] [<variable>] [<value>]\n"
     155              "set [-q] <variable> [<value>]\n"
    156156              "set",
    157157              "Set the named variable to the specified value.  If no\n"
Note: See TracChangeset for help on using the changeset viewer.