]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
stat: ensure --context emits an "unrecognized option" diagnostic
authorPádraig Brady <P@draigBrady.com>
Tue, 2 Jul 2013 10:46:51 +0000 (11:46 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 2 Jul 2013 12:34:26 +0000 (13:34 +0100)
* src/stat.c (long_options): Remove the "context" option as it's
no longer referenced since commit v8.5-65-g13f3237

src/stat.c

index 947bc31e0a847b633673ab3c4e0ea68fdf0c97cd..0a6497b7b787af0410d940f51f9e03583fcf6790 100644 (file)
@@ -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'},