From 933db1b95f6c476230fa86ee06e1fec5cd36e697 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 24 Jun 2017 11:32:40 +0200 Subject: Revert "parse_commandline: fail gracefully on bad args" This reverts commit 38b05daf7d16898f4a63e4ccf48479d8964e6e19. There was actually no LGPL relicensing agreement with wd0. --- options/m_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/m_option.c') diff --git a/options/m_option.c b/options/m_option.c index c141850e75..2899ad01d5 100644 --- a/options/m_option.c +++ b/options/m_option.c @@ -62,7 +62,7 @@ char *m_option_strerror(int code) case M_OPT_MISSING_PARAM: return "option requires parameter"; case M_OPT_INVALID: - return "option could not be parsed"; + return "option parameter could not be parsed"; case M_OPT_OUT_OF_RANGE: return "parameter is outside values allowed for option"; case M_OPT_DISALLOW_PARAM: -- cgit v1.2.3