diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-08 08:17:17 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-08 08:17:17 +0100 |
commit | dbac0d1b489703d4a35571c3f231da8a95a5c12a (patch) | |
tree | 0393daa8e2ab2221a4d1e038642ba51e3df97233 | |
parent | 5b725727b90f1e5b4dbf1c304cfe3fa534767f15 (diff) | |
download | busybox-w32-dbac0d1b489703d4a35571c3f231da8a95a5c12a.tar.gz busybox-w32-dbac0d1b489703d4a35571c3f231da8a95a5c12a.tar.bz2 busybox-w32-dbac0d1b489703d4a35571c3f231da8a95a5c12a.zip |
pipe_progress: add help text
-rw-r--r-- | debianutils/pipe_progress.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index e6b7601fa..8aa892e3c 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c | |||
@@ -16,8 +16,10 @@ | |||
16 | 16 | ||
17 | //kbuild:lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o | 17 | //kbuild:lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o |
18 | 18 | ||
19 | //usage:#define pipe_progress_trivial_usage NOUSAGE_STR | 19 | //usage:#define pipe_progress_trivial_usage |
20 | //usage:#define pipe_progress_full_usage "" | 20 | //usage: "" |
21 | //usage:#define pipe_progress_full_usage "\n\n" | ||
22 | //usage: "Display a dot to indicate pipe activity" | ||
21 | 23 | ||
22 | #include "libbb.h" | 24 | #include "libbb.h" |
23 | 25 | ||