aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-04-08 08:17:17 +0100
committerRon Yorston <rmy@pobox.com>2018-04-08 08:17:17 +0100
commitdbac0d1b489703d4a35571c3f231da8a95a5c12a (patch)
tree0393daa8e2ab2221a4d1e038642ba51e3df97233
parent5b725727b90f1e5b4dbf1c304cfe3fa534767f15 (diff)
downloadbusybox-w32-dbac0d1b489703d4a35571c3f231da8a95a5c12a.tar.gz
busybox-w32-dbac0d1b489703d4a35571c3f231da8a95a5c12a.tar.bz2
busybox-w32-dbac0d1b489703d4a35571c3f231da8a95a5c12a.zip
pipe_progress: add help text
-rw-r--r--debianutils/pipe_progress.c6
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