diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-11 17:38:27 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-11 17:38:27 +0000 |
commit | 609ba3e564cdd87a939810b8df5ff042c2a9b044 (patch) | |
tree | fe2cac347c4a3e099c200ae1fb83ddf509d29dfa /ln.c | |
parent | bf74644dd8091e2ec6cc1a87736c935b0e9c1d3d (diff) | |
download | busybox-w32-609ba3e564cdd87a939810b8df5ff042c2a9b044.tar.gz busybox-w32-609ba3e564cdd87a939810b8df5ff042c2a9b044.tar.bz2 busybox-w32-609ba3e564cdd87a939810b8df5ff042c2a9b044.zip |
Re-enable ln -n in the help.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@815 69ca8d6d-28ef-0310-b511-8ec308f3f277
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[] = | |||
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; |