Re-enable ln -n in the help.
 -Erik
diff --git a/coreutils/ln.c b/coreutils/ln.c
index 71d84f06..ac1f68e 100644
--- a/coreutils/ln.c
+++ b/coreutils/ln.c
@@ -40,10 +40,8 @@
 	"\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;
diff --git a/ln.c b/ln.c
index 71d84f06..ac1f68e 100644
--- a/ln.c
+++ b/ln.c
@@ -40,10 +40,8 @@
 	"\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;