diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-11 17:38:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-11 17:38:27 +0000 |
commit | 0c838af50bdd7a94465c913c5d6b0780a497f30a (patch) | |
tree | fe2cac347c4a3e099c200ae1fb83ddf509d29dfa | |
parent | 195fa15caf7d79a5447d7476c113777cb3bebbd8 (diff) | |
download | busybox-w32-0c838af50bdd7a94465c913c5d6b0780a497f30a.tar.gz busybox-w32-0c838af50bdd7a94465c913c5d6b0780a497f30a.tar.bz2 busybox-w32-0c838af50bdd7a94465c913c5d6b0780a497f30a.zip |
Re-enable ln -n in the help.
-Erik
-rw-r--r-- | coreutils/ln.c | 2 | ||||
-rw-r--r-- | ln.c | 2 |
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 | ||
49 | static int symlinkFlag = FALSE; | 47 | static int symlinkFlag = FALSE; |
@@ -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 | ||
49 | static int symlinkFlag = FALSE; | 47 | static int symlinkFlag = FALSE; |