diff options
author | Pádraig Brady <P@draigBrady.com> | 2013-07-02 11:46:51 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-07-02 13:34:26 +0100 |
commit | 31225e4f3260c0b97983986befef3de91e02c3ef (patch) | |
tree | ea20f5721179bc6d845c1a5d1c685a341c499652 | |
parent | 64a212cb75f78b60440efeed2de6461ed1f88ae8 (diff) | |
download | coreutils-31225e4f3260c0b97983986befef3de91e02c3ef.tar.xz |
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
-rw-r--r-- | src/stat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c index 947bc31e0..0a6497b7b 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'}, |