aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-25 21:06:24 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-25 21:06:24 +0000
commitb46d5f9a9368ff3541b6ca5dbe5f0d22d6b8398b (patch)
treeda3a03ed56560da5d2b9a4ba6064cf7a225bc067
parent97516fc3a60aae3d9cd30c3f61192e5ddd7d3170 (diff)
downloadbusybox-w32-b46d5f9a9368ff3541b6ca5dbe5f0d22d6b8398b.tar.gz
busybox-w32-b46d5f9a9368ff3541b6ca5dbe5f0d22d6b8398b.tar.bz2
busybox-w32-b46d5f9a9368ff3541b6ca5dbe5f0d22d6b8398b.zip
fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/
by Markus Heidelberg (markus.heidelberg AT web.de)
-rw-r--r--include/usage.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/include/usage.h b/include/usage.h
index dc87515be..ac6376afd 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1227,14 +1227,14 @@
1227#define ftpget_full_usage "\n\n" \ 1227#define ftpget_full_usage "\n\n" \
1228 "Retrieve a remote file via FTP\n" \ 1228 "Retrieve a remote file via FTP\n" \
1229 "\nOptions:" \ 1229 "\nOptions:" \
1230 USE_GETOPT_LONG( \ 1230 USE_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1231 "\n -c,--continue Continue previous transfer" \ 1231 "\n -c,--continue Continue previous transfer" \
1232 "\n -v,--verbose Verbose" \ 1232 "\n -v,--verbose Verbose" \
1233 "\n -u,--username Username" \ 1233 "\n -u,--username Username" \
1234 "\n -p,--password Password" \ 1234 "\n -p,--password Password" \
1235 "\n -P,--port Port number" \ 1235 "\n -P,--port Port number" \
1236 ) \ 1236 ) \
1237 SKIP_GETOPT_LONG( \ 1237 SKIP_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1238 "\n -c Continue previous transfer" \ 1238 "\n -c Continue previous transfer" \
1239 "\n -v Verbose" \ 1239 "\n -v Verbose" \
1240 "\n -u Username" \ 1240 "\n -u Username" \
@@ -1247,13 +1247,13 @@
1247#define ftpput_full_usage "\n\n" \ 1247#define ftpput_full_usage "\n\n" \
1248 "Store a local file on a remote machine via FTP\n" \ 1248 "Store a local file on a remote machine via FTP\n" \
1249 "\nOptions:" \ 1249 "\nOptions:" \
1250 USE_GETOPT_LONG( \ 1250 USE_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1251 "\n -v,--verbose Verbose" \ 1251 "\n -v,--verbose Verbose" \
1252 "\n -u,--username Username" \ 1252 "\n -u,--username Username" \
1253 "\n -p,--password Password" \ 1253 "\n -p,--password Password" \
1254 "\n -P,--port Port number" \ 1254 "\n -P,--port Port number" \
1255 ) \ 1255 ) \
1256 SKIP_GETOPT_LONG( \ 1256 SKIP_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1257 "\n -v Verbose" \ 1257 "\n -v Verbose" \
1258 "\n -u Username" \ 1258 "\n -u Username" \
1259 "\n -p Password" \ 1259 "\n -p Password" \
@@ -1576,12 +1576,12 @@
1576 "\n -d STRING URL decode STRING" \ 1576 "\n -d STRING URL decode STRING" \
1577 1577
1578#define hwclock_trivial_usage \ 1578#define hwclock_trivial_usage \
1579 USE_GETOPT_LONG( \ 1579 USE_FEATURE_HWCLOCK_LONG_OPTIONS( \
1580 "[-r|--show] [-s|--hctosys] [-w|--systohc]" \ 1580 "[-r|--show] [-s|--hctosys] [-w|--systohc]" \
1581 " [-l|--localtime] [-u|--utc]" \ 1581 " [-l|--localtime] [-u|--utc]" \
1582 " [-f FILE]" \ 1582 " [-f FILE]" \
1583 ) \ 1583 ) \
1584 SKIP_GETOPT_LONG( \ 1584 SKIP_FEATURE_HWCLOCK_LONG_OPTIONS( \
1585 "[-r] [-s] [-w] [-l] [-u] [-f FILE]" \ 1585 "[-r] [-s] [-w] [-l] [-u] [-f FILE]" \
1586 ) 1586 )
1587#define hwclock_full_usage "\n\n" \ 1587#define hwclock_full_usage "\n\n" \
@@ -3364,14 +3364,14 @@
3364#define runcon_full_usage "\n\n" \ 3364#define runcon_full_usage "\n\n" \
3365 "Run a program in a different security context\n" \ 3365 "Run a program in a different security context\n" \
3366 "\n CONTEXT Complete security context\n" \ 3366 "\n CONTEXT Complete security context\n" \
3367 USE_GETOPT_LONG( \ 3367 USE_FEATURE_RUNCON_LONG_OPTIONS( \
3368 "\n -c,--compute Compute process transition context before modifying" \ 3368 "\n -c,--compute Compute process transition context before modifying" \
3369 "\n -t,--type=TYPE Type (for same role as parent)" \ 3369 "\n -t,--type=TYPE Type (for same role as parent)" \
3370 "\n -u,--user=USER User identity" \ 3370 "\n -u,--user=USER User identity" \
3371 "\n -r,--role=ROLE Role" \ 3371 "\n -r,--role=ROLE Role" \
3372 "\n -l,--range=RNG Levelrange" \ 3372 "\n -l,--range=RNG Levelrange" \
3373 ) \ 3373 ) \
3374 SKIP_GETOPT_LONG( \ 3374 SKIP_FEATURE_RUNCON_LONG_OPTIONS( \
3375 "\n -c Compute process transition context before modifying" \ 3375 "\n -c Compute process transition context before modifying" \
3376 "\n -t TYPE Type (for same role as parent)" \ 3376 "\n -t TYPE Type (for same role as parent)" \
3377 "\n -u USER User identity" \ 3377 "\n -u USER User identity" \
@@ -3704,7 +3704,7 @@
3704 "Search for matching processes, and then\n" \ 3704 "Search for matching processes, and then\n" \
3705 "-K: stop all matching processes.\n" \ 3705 "-K: stop all matching processes.\n" \
3706 "-S: start a process unless a matching process is found.\n" \ 3706 "-S: start a process unless a matching process is found.\n" \
3707 USE_GETOPT_LONG( \ 3707 USE_FEATURE_START_STOP_DAEMON_LONG_OPTIONS( \
3708 "\nProcess matching:" \ 3708 "\nProcess matching:" \
3709 "\n -u,--user USERNAME|UID Match only this user's processes" \ 3709 "\n -u,--user USERNAME|UID Match only this user's processes" \
3710 "\n -n,--name NAME Match processes with NAME" \ 3710 "\n -n,--name NAME Match processes with NAME" \
@@ -3732,7 +3732,7 @@
3732 ) \ 3732 ) \
3733 "\n -v,--verbose Verbose" \ 3733 "\n -v,--verbose Verbose" \
3734 ) \ 3734 ) \
3735 SKIP_GETOPT_LONG( \ 3735 SKIP_FEATURE_START_STOP_DAEMON_LONG_OPTIONS( \
3736 "\nProcess matching:" \ 3736 "\nProcess matching:" \
3737 "\n -u USERNAME|UID Match only this user's processes" \ 3737 "\n -u USERNAME|UID Match only this user's processes" \
3738 "\n -n NAME Match processes with NAME" \ 3738 "\n -n NAME Match processes with NAME" \
@@ -4595,12 +4595,12 @@
4595 " 31 46 1365 /etc/passwd\n" 4595 " 31 46 1365 /etc/passwd\n"
4596 4596
4597#define wget_trivial_usage \ 4597#define wget_trivial_usage \
4598 USE_GETOPT_LONG( \ 4598 USE_FEATURE_WGET_LONG_OPTIONS( \
4599 "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file]\n" \ 4599 "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file]\n" \
4600 " [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \ 4600 " [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \
4601 " [-U|--user-agent agent] url" \ 4601 " [-U|--user-agent agent] url" \
4602 ) \ 4602 ) \
4603 SKIP_GETOPT_LONG( \ 4603 SKIP_FEATURE_WGET_LONG_OPTIONS( \
4604 "[-csq] [-O file] [-Y on/off] [-P DIR] [-U agent] url" \ 4604 "[-csq] [-O file] [-Y on/off] [-P DIR] [-U agent] url" \
4605 ) 4605 )
4606#define wget_full_usage "\n\n" \ 4606#define wget_full_usage "\n\n" \