Re-enable ln -n in the help.

-Erik
This commit is contained in:
Eric Andersen 2000-07-11 17:38:27 +00:00
parent 195fa15caf
commit 0c838af50b
2 changed files with 0 additions and 4 deletions

View File

@ -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
;

2
ln.c
View File

@ -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
;