From 0c838af50bdd7a94465c913c5d6b0780a497f30a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Jul 2000 17:38:27 +0000 Subject: [PATCH] Re-enable ln -n in the help. -Erik --- coreutils/ln.c | 2 -- ln.c | 2 -- 2 files changed, 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,9 +40,7 @@ static const char ln_usage[] = "\t-s\tmake symbolic links instead of hard links\n" "\t-f\tremove existing destination files\n" -#if 0 "\t-n\tno dereference symlinks - treat like normal file\n" -#endif #endif ; diff --git a/ln.c b/ln.c index 71d84f066..ac1f68e00 100644 --- a/ln.c +++ b/ln.c @@ -40,9 +40,7 @@ static const char ln_usage[] = "\t-s\tmake symbolic links instead of hard links\n" "\t-f\tremove existing destination files\n" -#if 0 "\t-n\tno dereference symlinks - treat like normal file\n" -#endif #endif ;