From 38e5ab2b492b696656901d8121b60466a24d06c2 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 3 Oct 2019 10:23:54 -0700 Subject: ln.c: add -t to synopsis. We're inconsistent about whether the option help below should be just `-t` or `-t DIR`, but the majority of commands _don't_ repeat their argument, so I've left that as-is for now. --- toys/posix/ln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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". -- cgit v1.2.3