aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/posix/ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/ln.c b/toys/posix/ln.c
index bde77269..fea6fff2 100644
--- a/toys/posix/ln.c
+++ b/toys/posix/ln.c
@@ -10,7 +10,7 @@ config LN
bool "ln"
default y
help
- usage: ln [-sf] [FROM...] TO
+ usage: ln [-sfn] [FROM...] TO
Create a link between FROM and TO.
With only one argument, create link in current directory.