From 28eeadd37b196486f5401d447266790f84364732 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 16 Dec 2012 15:27:33 -0600 Subject: [PATCH] Missing letter in help text. --- 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 bde7726..fea6fff 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. -- 2.7.4