aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 07:57:26 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-14 07:57:26 +0000
commitd898b8600cd64310dfb60e4ffb236b64a00d1cc2 (patch)
tree3e2ce4b15e680680d0a284ab33ef1ed85db0b9be
parentb6ccd32e3f061cc776c8cd5e526874e1bbb1a558 (diff)
downloadbusybox-w32-d898b8600cd64310dfb60e4ffb236b64a00d1cc2.tar.gz
busybox-w32-d898b8600cd64310dfb60e4ffb236b64a00d1cc2.tar.bz2
busybox-w32-d898b8600cd64310dfb60e4ffb236b64a00d1cc2.zip
bzip2: update help text
-rw-r--r--include/usage.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index e88cf9e60..210e1f246 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -104,7 +104,7 @@
104 "Options:\n" \ 104 "Options:\n" \
105 " -v var=val Set variable\n" \ 105 " -v var=val Set variable\n" \
106 " -F sep Use sep as field separator\n" \ 106 " -F sep Use sep as field separator\n" \
107 " -f filename Read program from file" 107 " -f file Read program from file"
108 108
109#define basename_trivial_usage \ 109#define basename_trivial_usage \
110 "FILE [SUFFIX]" 110 "FILE [SUFFIX]"
@@ -132,10 +132,11 @@
132#define bzip2_full_usage \ 132#define bzip2_full_usage \
133 "Compress FILE(s) with bzip2 algorithm.\n" \ 133 "Compress FILE(s) with bzip2 algorithm.\n" \
134 "When FILE is '-' or unspecified, reads standard input. Implies -c." \ 134 "When FILE is '-' or unspecified, reads standard input. Implies -c." \
135 "\n\nOptions:\n" \ 135 "\n\nOptions:" \
136 " -c Write output to standard output instead of FILE.bz\n" \ 136 "\n -c Write output to standard output instead of FILE.bz2" \
137 " -d Decompress\n" \ 137 "\n -d Decompress" \
138 " -f Force" 138 "\n -f Force" \
139 "\n -1..-9 Compression level"
139 140
140#define busybox_notes_usage \ 141#define busybox_notes_usage \
141 "Hello world!\n" 142 "Hello world!\n"
@@ -2841,11 +2842,11 @@
2841#define restorecon_full_usage \ 2842#define restorecon_full_usage \
2842 "Reset security contexts of files in pathname\n" \ 2843 "Reset security contexts of files in pathname\n" \
2843 "\n -i Ignore files that do not exist" \ 2844 "\n -i Ignore files that do not exist" \
2844 "\n -f filename File with list of files to process. Use - for stdin" \ 2845 "\n -f file File with list of files to process. Use - for stdin" \
2845 "\n -e directory Directory to exclude" \ 2846 "\n -e directory Directory to exclude" \
2846 "\n -R,-r Recurse directories" \ 2847 "\n -R,-r Recurse directories" \
2847 "\n -n Don't change any file labels" \ 2848 "\n -n Don't change any file labels" \
2848 "\n -o filename Save list of files with incorrect context" \ 2849 "\n -o file Save list of files with incorrect context" \
2849 "\n -v Verbose" \ 2850 "\n -v Verbose" \
2850 "\n -vv Show changed labels" \ 2851 "\n -vv Show changed labels" \
2851 "\n -F Force reset of context to match file_context" \ 2852 "\n -F Force reset of context to match file_context" \
@@ -3017,7 +3018,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
3017#define setenforce_full_usage 3018#define setenforce_full_usage
3018 3019
3019#define setfiles_trivial_usage \ 3020#define setfiles_trivial_usage \
3020 "[-dnpqsvW] [-e dir]... [-o filename] [-r alt_root_path]" \ 3021 "[-dnpqsvW] [-e dir]... [-o file] [-r alt_root_path]" \
3021 USE_FEATURE_SETFILES_CHECK_OPTION( \ 3022 USE_FEATURE_SETFILES_CHECK_OPTION( \
3022 " [-c policyfile] spec_file" \ 3023 " [-c policyfile] spec_file" \
3023 ) \ 3024 ) \