Re-enable ln -n in the help.
-Erik
This commit is contained in:
parent
195fa15caf
commit
0c838af50b
@ -40,9 +40,7 @@ static const char ln_usage[] =
|
|||||||
"\t-s\tmake symbolic links instead of hard links\n"
|
"\t-s\tmake symbolic links instead of hard links\n"
|
||||||
|
|
||||||
"\t-f\tremove existing destination files\n"
|
"\t-f\tremove existing destination files\n"
|
||||||
#if 0
|
|
||||||
"\t-n\tno dereference symlinks - treat like normal file\n"
|
"\t-n\tno dereference symlinks - treat like normal file\n"
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
|
2
ln.c
2
ln.c
@ -40,9 +40,7 @@ static const char ln_usage[] =
|
|||||||
"\t-s\tmake symbolic links instead of hard links\n"
|
"\t-s\tmake symbolic links instead of hard links\n"
|
||||||
|
|
||||||
"\t-f\tremove existing destination files\n"
|
"\t-f\tremove existing destination files\n"
|
||||||
#if 0
|
|
||||||
"\t-n\tno dereference symlinks - treat like normal file\n"
|
"\t-n\tno dereference symlinks - treat like normal file\n"
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user