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/sync.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'coreutils/sync.c') diff --git a/coreutils/sync.c b/coreutils/sync.c index f7c14b04c..3737cb1f1 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.c @@ -24,13 +24,6 @@ #include "internal.h" #include -const char sync_usage[] = - "sync\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nWrite all buffered filesystem blocks to disk.\n" -#endif - ; - extern int sync_main(int argc, char **argv) { if (argc > 1 && **(argv + 1) == '-') -- cgit v1.2.3