summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2013-07-02 11:46:51 +0100
committerPádraig Brady <P@draigBrady.com>2013-07-02 13:34:26 +0100
commit31225e4f3260c0b97983986befef3de91e02c3ef (patch)
treeea20f5721179bc6d845c1a5d1c685a341c499652 /src/stat.c
parent64a212cb75f78b60440efeed2de6461ed1f88ae8 (diff)
downloadcoreutils-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
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c1
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'},