diff options
author | Ron Yorston <rmy@pobox.com> | 2024-10-02 14:56:04 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-10-02 14:56:04 +0100 |
commit | 4c095ae6efd1fa8773a58fb4a1dc79f5810b2369 (patch) | |
tree | 7ea5c91f5a300a72d9def036e7ed979049bc8bd9 /debianutils/pipe_progress.c | |
parent | 4be93f32f5bd5ccaac343b4d03fb861a02d6de96 (diff) | |
download | busybox-w32-4c095ae6efd1fa8773a58fb4a1dc79f5810b2369.tar.gz busybox-w32-4c095ae6efd1fa8773a58fb4a1dc79f5810b2369.tar.bz2 busybox-w32-4c095ae6efd1fa8773a58fb4a1dc79f5810b2369.zip |
win32: adjust usage for timeout and pipe_progress
Reduce the divergence from upstream in the usage messages for
timeout and pipe_progress.
This only affects the source; there are no visible of functional
changes.
Diffstat (limited to '')
-rw-r--r-- | debianutils/pipe_progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index 7bdf5c064..850c4d34b 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.c | |||
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | //usage:#define pipe_progress_trivial_usage IF_PLATFORM_POSIX(NOUSAGE_STR) | 19 | //usage:#define pipe_progress_trivial_usage IF_PLATFORM_POSIX(NOUSAGE_STR) |
20 | //usage: IF_PLATFORM_MINGW32("") | 20 | //usage: IF_PLATFORM_MINGW32("") |
21 | //usage:#define pipe_progress_full_usage IF_PLATFORM_POSIX("") | 21 | //usage:#define pipe_progress_full_usage "" |
22 | //usage: IF_PLATFORM_MINGW32("\n\n") | 22 | //usage: IF_PLATFORM_MINGW32("\n\n") |
23 | //usage: IF_PLATFORM_MINGW32("Display a dot to indicate pipe activity") | 23 | //usage: IF_PLATFORM_MINGW32("Display a dot to indicate pipe activity") |
24 | 24 | ||