From 31225e4f3260c0b97983986befef3de91e02c3ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Tue, 2 Jul 2013 11:46:51 +0100 Subject: [PATCH] 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 --- src/stat.c | 1 - 1 file changed, 1 deletion(-) 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'}, -- 2.47.2