summaryrefslogtreecommitdiff
path: root/src/realpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/realpath.c')
-rw-r--r--src/realpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/realpath.c b/src/realpath.c
index 292c8f3b7..233b98f95 100644
--- a/src/realpath.c
+++ b/src/realpath.c
@@ -51,7 +51,7 @@ static struct option const longopts[] =
{"relative-to", required_argument, NULL, RELATIVE_TO_OPTION},
{"relative-base", required_argument, NULL, RELATIVE_BASE_OPTION},
{"quiet", no_argument, NULL, 'q'},
- {"strip", no_argument, NULL, 's' /* FIXME: deprecate in 2013 or so */},
+ {"strip", no_argument, NULL, 's'},
{"no-symlinks", no_argument, NULL, 's'},
{"zero", no_argument, NULL, 'z'},
{"logical", no_argument, NULL, 'L'},