diff options
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 8982f8dd2..99257329c 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -97,6 +97,9 @@ | |||
97 | "\t-c\tWrite output to standard output\n" \ | 97 | "\t-c\tWrite output to standard output\n" \ |
98 | "\t-f\tForce" | 98 | "\t-f\tForce" |
99 | 99 | ||
100 | #define busybox_notes_usage \ | ||
101 | "Hello world!\n" | ||
102 | |||
100 | #define bzcat_trivial_usage \ | 103 | #define bzcat_trivial_usage \ |
101 | "FILE" | 104 | "FILE" |
102 | #define bzcat_full_usage \ | 105 | #define bzcat_full_usage \ |
@@ -2678,7 +2681,7 @@ | |||
2678 | USAGE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \ | 2681 | USAGE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \ |
2679 | "[98528 second delay results]\n") | 2682 | "[98528 second delay results]\n") |
2680 | 2683 | ||
2681 | #ifdef CONFIG_SORT_BIG | 2684 | #if ENABLE_FEATURE_SORT_BIG |
2682 | # define USAGE_SORT_BIG(a) a | 2685 | # define USAGE_SORT_BIG(a) a |
2683 | #else | 2686 | #else |
2684 | # define USAGE_SORT_BIG(a) | 2687 | # define USAGE_SORT_BIG(a) |