Changeset 41677d2 for commands.c


Ignore:
Timestamp:
Aug 5, 2017, 5:54:22 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
bf21c4e
Parents:
678a7650
git-author:
David Benjamin <davidben@mit.edu> (02/25/13 17:00:12)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/05/17 17:54:22)
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

    r8fcd3e7 r41677d2  
    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.