Re-enable ln -n in the help.
authorEric Andersen <andersen@codepoet.org>
Tue, 11 Jul 2000 17:38:27 +0000 (17:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 11 Jul 2000 17:38:27 +0000 (17:38 -0000)
 -Erik

coreutils/ln.c
ln.c

index 71d84f066f0174d0b0a2c932947459d03b097625..ac1f68e0024034e84a0ad6ee17f9b1d97107f04c 100644 (file)
@@ -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 71d84f066f0174d0b0a2c932947459d03b097625..ac1f68e0024034e84a0ad6ee17f9b1d97107f04c 100644 (file)
--- 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
        ;