Adjust comment.

This commit is contained in:
Vassil Vassilev 2018-01-28 21:52:13 +01:00 committed by sftnight
parent e13c60a010
commit 988ebf7be1

View File

@ -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,