mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
fixup! Print the error message for --dump-config even if no arguments are given.
Fix a spelling error.
This commit is contained in:
parent
763d955a17
commit
d15223a385
@ -2446,7 +2446,7 @@ typedef enum {
|
||||
ARGUMENT_NONE = 0,
|
||||
/** Describes an option that takes a single argument. */
|
||||
ARGUMENT_NECESSARY = 1,
|
||||
/** Describes an option that takes a single optinal argument. */
|
||||
/** Describes an option that takes a single optional argument. */
|
||||
ARGUMENT_OPTIONAL = 2
|
||||
} takes_argument_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user