[git commit] run-parts: fix unicode creep in --help
Denys Vlasenko
vda.linux at googlemail.com
Thu Feb 28 11:25:49 UTC 2013
commit: http://git.busybox.net/busybox/commit/?id=5d1c599d7611b6202190460ebc685e5fb1ae61ea
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
debianutils/run_parts.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c
index 916aa90..2c2b032 100644
--- a/debianutils/run_parts.c
+++ b/debianutils/run_parts.c
@@ -25,16 +25,16 @@
//usage:#define run_parts_trivial_usage
//usage: "[-a ARG]... [-u UMASK] "
-//usage: IF_FEATURE_RUN_PARTS_LONG_OPTIONS("[--reverse] [--test] [-âexitâonâerror] "IF_FEATURE_RUN_PARTS_FANCY("[--list] "))
+//usage: IF_FEATURE_RUN_PARTS_LONG_OPTIONS("[--reverse] [--test] [--exit-on-error] "IF_FEATURE_RUN_PARTS_FANCY("[--list] "))
//usage: "DIRECTORY"
//usage:#define run_parts_full_usage "\n\n"
//usage: "Run a bunch of scripts in DIRECTORY\n"
//usage: "\n -a ARG Pass ARG as argument to scripts"
//usage: "\n -u UMASK Set UMASK before running scripts"
//usage: IF_FEATURE_RUN_PARTS_LONG_OPTIONS(
-//usage: "\n -âreverse Reverse execution order"
+//usage: "\n --reverse Reverse execution order"
//usage: "\n --test Dry run"
-//usage: "\n -âexitâonâerror Exit if a script exits with non-zero"
+//usage: "\n --exit-on-error Exit if a script exits with non-zero"
//usage: IF_FEATURE_RUN_PARTS_FANCY(
//usage: "\n --list Print names of matching files even if they are not executable"
//usage: )
More information about the busybox-cvs
mailing list