aboutsummaryrefslogtreecommitdiff
path: root/coreutils/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/readlink.c')
-rw-r--r--coreutils/readlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/readlink.c b/coreutils/readlink.c
index d454cbf19..39edc0569 100644
--- a/coreutils/readlink.c
+++ b/coreutils/readlink.c
@@ -21,7 +21,7 @@ int readlink_main(int argc, char **argv)
21 unsigned opt; 21 unsigned opt;
22 /* We need exactly one non-option argument. */ 22 /* We need exactly one non-option argument. */
23 opt_complementary = "=1"; 23 opt_complementary = "=1";
24 opt = getopt32(argc, argv, "f"); 24 opt = getopt32(argv, "f");
25 fname = argv[optind]; 25 fname = argv[optind];
26 ) 26 )
27 SKIP_FEATURE_READLINK_FOLLOW( 27 SKIP_FEATURE_READLINK_FOLLOW(