From: Pádraig Brady Date: Tue, 2 Jul 2013 10:46:51 +0000 (+0100) Subject: stat: ensure --context emits an "unrecognized option" diagnostic X-Git-Tag: v8.22~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31225e4f3260c0b97983986befef3de91e02c3ef;p=thirdparty%2Fcoreutils.git stat: ensure --context emits an "unrecognized option" diagnostic * src/stat.c (long_options): Remove the "context" option as it's no longer referenced since commit v8.5-65-g13f3237 --- diff --git a/src/stat.c b/src/stat.c index 947bc31e0a..0a6497b7b7 100644 --- a/src/stat.c +++ b/src/stat.c @@ -179,7 +179,6 @@ enum static struct option const long_options[] = { - {"context", no_argument, 0, 'Z'}, {"dereference", no_argument, NULL, 'L'}, {"file-system", no_argument, NULL, 'f'}, {"format", required_argument, NULL, 'c'},