From 1afe7fae553244309eaba0eb0379675fe185864a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Aug 2013 13:52:08 -0500 Subject: Fix usage: lines for a couple commands. --- toys/posix/touch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/touch.c') diff --git a/toys/posix/touch.c b/toys/posix/touch.c index 76884be2..3a65e931 100644 --- a/toys/posix/touch.c +++ b/toys/posix/touch.c @@ -12,7 +12,7 @@ config TOUCH bool "touch" default y help - Usage: Usage: touch [OPTION]... FILE... + usage: touch [OPTION]... FILE... Update the access and modification times of each FILE to the current time. -- cgit v1.2.3