aboutsummaryrefslogtreecommitdiff
path: root/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sync.c')
-rw-r--r--sync.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sync.c b/sync.c
index f7c14b04c..3737cb1f1 100644
--- a/sync.c
+++ b/sync.c
@@ -24,13 +24,6 @@
24#include "internal.h" 24#include "internal.h"
25#include <stdio.h> 25#include <stdio.h>
26 26
27const char sync_usage[] =
28 "sync\n"
29#ifndef BB_FEATURE_TRIVIAL_HELP
30 "\nWrite all buffered filesystem blocks to disk.\n"
31#endif
32 ;
33
34extern int sync_main(int argc, char **argv) 27extern int sync_main(int argc, char **argv)
35{ 28{
36 if (argc > 1 && **(argv + 1) == '-') 29 if (argc > 1 && **(argv + 1) == '-')