aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/ln.c2
-rw-r--r--ln.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c
index 71d84f066..ac1f68e00 100644
--- a/coreutils/ln.c
+++ b/coreutils/ln.c
@@ -40,10 +40,8 @@ static const char ln_usage[] =
40 "\t-s\tmake symbolic links instead of hard links\n" 40 "\t-s\tmake symbolic links instead of hard links\n"
41 41
42 "\t-f\tremove existing destination files\n" 42 "\t-f\tremove existing destination files\n"
43#if 0
44 "\t-n\tno dereference symlinks - treat like normal file\n" 43 "\t-n\tno dereference symlinks - treat like normal file\n"
45#endif 44#endif
46#endif
47 ; 45 ;
48 46
49static int symlinkFlag = FALSE; 47static int symlinkFlag = FALSE;
diff --git a/ln.c b/ln.c
index 71d84f066..ac1f68e00 100644
--- a/ln.c
+++ b/ln.c
@@ -40,10 +40,8 @@ static const char ln_usage[] =
40 "\t-s\tmake symbolic links instead of hard links\n" 40 "\t-s\tmake symbolic links instead of hard links\n"
41 41
42 "\t-f\tremove existing destination files\n" 42 "\t-f\tremove existing destination files\n"
43#if 0
44 "\t-n\tno dereference symlinks - treat like normal file\n" 43 "\t-n\tno dereference symlinks - treat like normal file\n"
45#endif 44#endif
46#endif
47 ; 45 ;
48 46
49static int symlinkFlag = FALSE; 47static int symlinkFlag = FALSE;