diff options
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[] = "\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; |