diff options
author | Eric Andersen | 2000-07-11 17:38:27 +0000 |
---|---|---|
committer | Eric Andersen | 2000-07-11 17:38:27 +0000 |
commit | 0c838af50bdd7a94465c913c5d6b0780a497f30a (patch) | |
tree | fe2cac347c4a3e099c200ae1fb83ddf509d29dfa /ln.c | |
parent | 195fa15caf7d79a5447d7476c113777cb3bebbd8 (diff) | |
download | busybox-0c838af50bdd7a94465c913c5d6b0780a497f30a.zip busybox-0c838af50bdd7a94465c913c5d6b0780a497f30a.tar.gz |
Re-enable ln -n in the help.
-Erik
Diffstat (limited to 'ln.c')
-rw-r--r-- | ln.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -40,10 +40,8 @@ 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 ; static int symlinkFlag = FALSE; |