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 18a74d41..306f0cac 100644
--- a/toys/posix/ln.c
+++ b/toys/posix/ln.c
@@ -10,7 +10,7 @@ config LN
bool "ln"
default y
help
- usage: ln [-sfnv] [FROM...] TO
+ usage: ln [-sfnv] [-t DIR] [FROM...] TO
Create a link between FROM and TO.
One/two/many arguments work like "mv" or "cp".