Changeset 73faa26a4aa955d75df73bf1beb16726be045f26
- Timestamp:
- 10/23/09 15:56:09 (5 weeks ago)
- Author:
- Anders Kaseorg <andersk@mit.edu>
- git-author:
- Anders Kaseorg <andersk@mit.edu> / 2009-10-23T14:21:08Z-0400
- Parents:
- b644688634a207e3728488699f24f96fd01c6cfc
- Children:
- 84ea53cceca0c0915283fccbb9e6fece4cbcc25f
- git-committer:
- Anders Kaseorg <andersk@mit.edu> / 2009-10-23T15:56:09Z-0400
- Message:
-
Make the unset documentation actually document the unset command.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r49d67b1
|
r73faa26
|
|
| 154 | 154 | OWLCMD_ARGS("unset", owl_command_unset, OWL_CTX_ANY, |
| 155 | 155 | "unset a boolean variable value", |
| 156 | | "set [-q] <variable>\n" |
| 157 | | "set", |
| | 156 | "unset [-q] <variable>\n" |
| | 157 | "unset", |
| 158 | 158 | "Set the named boolean variable to off.\n" |
| 159 | 159 | "If -q is specified, is silent and doesn't print a message.\n"), |