From: Nick Mathewson Date: Wed, 16 Oct 2019 20:31:17 +0000 (-0400) Subject: fixup! Print the error message for --dump-config even if no arguments are given. X-Git-Tag: tor-0.4.3.1-alpha~301^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d15223a3858446cda55fd7e062301f697bee1db3;p=thirdparty%2Ftor.git fixup! Print the error message for --dump-config even if no arguments are given. Fix a spelling error. --- diff --git a/src/app/config/config.c b/src/app/config/config.c index ea6a5e2336..cc5bc88277 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -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;