aboutsummaryrefslogtreecommitdiff
path: root/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'du.c')
-rw-r--r--du.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/du.c b/du.c
index f1a44427a..147914c9e 100644
--- a/du.c
+++ b/du.c
@@ -35,17 +35,6 @@
35 35
36typedef void (Display) (long, char *); 36typedef void (Display) (long, char *);
37 37
38static const char du_usage[] =
39 "du [OPTION]... [FILE]...\n"
40#ifndef BB_FEATURE_TRIVIAL_HELP
41 "\nSummarizes disk space used for each FILE and/or directory.\n"
42 "Disk space is printed in units of 1024 bytes.\n\n"
43 "Options:\n"
44 "\t-l\tcount sizes many times if hard linked\n"
45 "\t-s\tdisplay only a total for each argument\n"
46#endif
47 ;
48
49static int du_depth = 0; 38static int du_depth = 0;
50static int count_hardlinks = 0; 39static int count_hardlinks = 0;
51 40
@@ -174,7 +163,7 @@ int du_main(int argc, char **argv)
174 return(0); 163 return(0);
175} 164}
176 165
177/* $Id: du.c,v 1.22 2000/07/14 18:38:26 andersen Exp $ */ 166/* $Id: du.c,v 1.23 2000/07/16 20:57:15 kraai Exp $ */
178/* 167/*
179Local Variables: 168Local Variables:
180c-file-style: "linux" 169c-file-style: "linux"