From 609ba3e564cdd87a939810b8df5ff042c2a9b044 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 11 Jul 2000 17:38:27 +0000 Subject: Re-enable ln -n in the help. -Erik git-svn-id: svn://busybox.net/trunk/busybox@815 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- ln.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ln.c') 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 ; -- cgit v1.2.3-55-g6feb