From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- coreutils/touch.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'coreutils/touch.c') diff --git a/coreutils/touch.c b/coreutils/touch.c index ac275423c..afdd265f7 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c @@ -30,16 +30,6 @@ #include #include - -static const char touch_usage[] = "touch [-c] file [file ...]\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nUpdate the last-modified date on the given file[s].\n\n" - "Options:\n" - "\t-c\tDo not create any files\n" -#endif - ; - - extern int touch_main(int argc, char **argv) { int fd; -- cgit v1.2.3