Adjust comment.
This commit is contained in:
parent
e13c60a010
commit
988ebf7be1
@ -20,11 +20,11 @@ OPTION(prefix_0, "<input>", INPUT, Input, INVALID, INVALID, 0, 0, 0, 0, 0, 0)
|
||||
OPTION(prefix_0, "<unknown>", UNKNOWN, Unknown, INVALID, INVALID, 0, 0, 0, 0, 0, 0)
|
||||
OPTION(prefix_2, "errorout", _errorout, Flag, INVALID, INVALID, 0, 0, 0,
|
||||
"Do not recover from input errors", 0, 0)
|
||||
// Re-implement to forward to our help
|
||||
OPTION(prefix_3, "help", help, Flag, INVALID, INVALID, 0, 0, 0,
|
||||
"Print this help text", 0, 0)
|
||||
OPTION(prefix_1, "L", L, JoinedOrSeparate, INVALID, INVALID, 0, 0, 0,
|
||||
"Add directory to library search path", "<directory>", 0)
|
||||
// Re-implement to forward to our help
|
||||
OPTION(prefix_1, "l", l, JoinedOrSeparate, INVALID, INVALID, 0, 0, 0,
|
||||
"Load a library before prompt", "<library>", 0)
|
||||
OPTION(prefix_2, "metastr=", _metastr_EQ, Joined, INVALID, INVALID, 0, 0, 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user