aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index e7de6f53f..98a9f32cd 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -343,7 +343,7 @@
343 "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" 343 "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n"
344 344
345#define du_trivial_usage \ 345#define du_trivial_usage \
346 "[-ls" USAGE_HUMAN_READABLE("hm") USAGE_NOT_HUMAN_READABLE("") "k] [FILE]..." 346 "[-lsx" USAGE_HUMAN_READABLE("hm") USAGE_NOT_HUMAN_READABLE("") "k] [FILE]..."
347#define du_full_usage \ 347#define du_full_usage \
348 "Summarizes disk space used for each FILE and/or directory.\n" \ 348 "Summarizes disk space used for each FILE and/or directory.\n" \
349 "Disk space is printed in units of 1024 bytes.\n\n" \ 349 "Disk space is printed in units of 1024 bytes.\n\n" \
@@ -353,6 +353,7 @@
353 USAGE_HUMAN_READABLE( \ 353 USAGE_HUMAN_READABLE( \
354 "\n\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \ 354 "\n\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \
355 "\t-m\tprint sizes in megabytes\n" \ 355 "\t-m\tprint sizes in megabytes\n" \
356 "\t-x\tskip directories on different filesystems\n" \
356 "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \ 357 "\t-k\tprint sizes in kilobytes(default)") USAGE_NOT_HUMAN_READABLE( \
357 "\n\t-k\tprint sizes in kilobytes(compatibility)") 358 "\n\t-k\tprint sizes in kilobytes(compatibility)")
358#define du_example_usage \ 359#define du_example_usage \