diff options
| author | Ron Yorston <rmy@pobox.com> | 2012-03-21 20:53:50 +0000 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2012-03-21 20:53:50 +0000 |
| commit | f6bad5ef766b0447158e3de2f55c35f1f6cecb58 (patch) | |
| tree | f5ec7ac45234c25794c97f87e9a6daa8a551e57c /include/usage.src.h | |
| parent | 72394258b6509b40e0fa08594ac86215a558dfd8 (diff) | |
| parent | 8d0e0cdadf726beab28ccdc7d69738c1534e1f74 (diff) | |
| download | busybox-w32-f6bad5ef766b0447158e3de2f55c35f1f6cecb58.tar.gz busybox-w32-f6bad5ef766b0447158e3de2f55c35f1f6cecb58.tar.bz2 busybox-w32-f6bad5ef766b0447158e3de2f55c35f1f6cecb58.zip | |
Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge
Conflicts:
include/platform.h
libbb/Kbuild.src
libbb/messages.c
Diffstat (limited to 'include/usage.src.h')
| -rw-r--r-- | include/usage.src.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index ea0e6a452..ebe80f8e1 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
| @@ -1394,23 +1394,6 @@ INSERT | |||
| 1394 | #define getsebool_full_usage "\n\n" \ | 1394 | #define getsebool_full_usage "\n\n" \ |
| 1395 | " -a Show all selinux booleans" | 1395 | " -a Show all selinux booleans" |
| 1396 | 1396 | ||
| 1397 | #define getty_trivial_usage \ | ||
| 1398 | "[OPTIONS] BAUD_RATE TTY [TERMTYPE]" | ||
| 1399 | #define getty_full_usage "\n\n" \ | ||
| 1400 | "Open a tty, prompt for a login name, then invoke /bin/login\n" \ | ||
| 1401 | "\nOptions:" \ | ||
| 1402 | "\n -h Enable hardware (RTS/CTS) flow control" \ | ||
| 1403 | "\n -i Don't display /etc/issue before running login" \ | ||
| 1404 | "\n -L Local line, don't do carrier detect" \ | ||
| 1405 | "\n -m Get baud rate from modem's CONNECT status message" \ | ||
| 1406 | "\n -w Wait for a CR or LF before sending /etc/issue" \ | ||
| 1407 | "\n -n Don't prompt the user for a login name" \ | ||
| 1408 | "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" \ | ||
| 1409 | "\n -l LOGIN Invoke LOGIN instead of /bin/login" \ | ||
| 1410 | "\n -t SEC Terminate after SEC if no username is read" \ | ||
| 1411 | "\n -I INITSTR Send INITSTR before anything else" \ | ||
| 1412 | "\n -H HOST Log HOST into the utmp file as the hostname" \ | ||
| 1413 | |||
| 1414 | #define gunzip_trivial_usage \ | 1397 | #define gunzip_trivial_usage \ |
| 1415 | "[-cft] [FILE]..." | 1398 | "[-cft] [FILE]..." |
| 1416 | #define gunzip_full_usage "\n\n" \ | 1399 | #define gunzip_full_usage "\n\n" \ |
| @@ -1612,25 +1595,6 @@ INSERT | |||
| 1612 | "\n -e STRING HTML encode STRING" \ | 1595 | "\n -e STRING HTML encode STRING" \ |
| 1613 | "\n -d STRING URL decode STRING" \ | 1596 | "\n -d STRING URL decode STRING" \ |
| 1614 | 1597 | ||
| 1615 | #define hwclock_trivial_usage \ | ||
| 1616 | IF_FEATURE_HWCLOCK_LONG_OPTIONS( \ | ||
| 1617 | "[-r|--show] [-s|--hctosys] [-w|--systohc]" \ | ||
| 1618 | " [-l|--localtime] [-u|--utc]" \ | ||
| 1619 | " [-f FILE]" \ | ||
| 1620 | ) \ | ||
| 1621 | IF_NOT_FEATURE_HWCLOCK_LONG_OPTIONS( \ | ||
| 1622 | "[-r] [-s] [-w] [-l] [-u] [-f FILE]" \ | ||
| 1623 | ) | ||
| 1624 | #define hwclock_full_usage "\n\n" \ | ||
| 1625 | "Query and set hardware clock (RTC)\n" \ | ||
| 1626 | "\nOptions:" \ | ||
| 1627 | "\n -r Show hardware clock time" \ | ||
| 1628 | "\n -s Set system time from hardware clock" \ | ||
| 1629 | "\n -w Set hardware clock to system time" \ | ||
| 1630 | "\n -u Hardware clock is in UTC" \ | ||
| 1631 | "\n -l Hardware clock is in local time" \ | ||
| 1632 | "\n -f FILE Use specified device (e.g. /dev/rtc2)" \ | ||
| 1633 | |||
| 1634 | #define id_trivial_usage \ | 1598 | #define id_trivial_usage \ |
| 1635 | "[OPTIONS] [USER]" | 1599 | "[OPTIONS] [USER]" |
| 1636 | #define id_full_usage "\n\n" \ | 1600 | #define id_full_usage "\n\n" \ |
| @@ -3555,13 +3519,6 @@ INSERT | |||
| 3555 | "pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" \ | 3519 | "pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" \ |
| 3556 | "STOP, CONT, HUP, ALRM, INT, QUIT, USR1, USR2, TERM, KILL signal to service" \ | 3520 | "STOP, CONT, HUP, ALRM, INT, QUIT, USR1, USR2, TERM, KILL signal to service" \ |
| 3557 | 3521 | ||
| 3558 | #define svlogd_trivial_usage \ | ||
| 3559 | "[-ttv] [-r C] [-R CHARS] [-l MATCHLEN] [-b BUFLEN] DIR..." | ||
| 3560 | #define svlogd_full_usage "\n\n" \ | ||
| 3561 | "Continuously read log data from stdin, optionally\n" \ | ||
| 3562 | "filter log messages, and write the data to one or more automatically\n" \ | ||
| 3563 | "rotated logs" \ | ||
| 3564 | |||
| 3565 | #define swapoff_trivial_usage \ | 3522 | #define swapoff_trivial_usage \ |
| 3566 | "[-a] [DEVICE]" | 3523 | "[-a] [DEVICE]" |
| 3567 | #define swapoff_full_usage "\n\n" \ | 3524 | #define swapoff_full_usage "\n\n" \ |
| @@ -3843,14 +3800,6 @@ INSERT | |||
| 3843 | "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \ | 3800 | "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \ |
| 3844 | "Defaults: SECS: 10, SIG: TERM." \ | 3801 | "Defaults: SECS: 10, SIG: TERM." \ |
| 3845 | 3802 | ||
| 3846 | #define top_trivial_usage \ | ||
| 3847 | "[-b] [-nCOUNT] [-dSECONDS]" IF_FEATURE_TOPMEM(" [-m]") | ||
| 3848 | #define top_full_usage "\n\n" \ | ||
| 3849 | "Provide a view of process activity in real time.\n" \ | ||
| 3850 | "Read the status of all processes from /proc each SECONDS\n" \ | ||
| 3851 | "and display a screenful of them." \ | ||
| 3852 | //TODO: add options and keyboard commands | ||
| 3853 | |||
| 3854 | #define tr_trivial_usage \ | 3803 | #define tr_trivial_usage \ |
| 3855 | "[-cds] STRING1 [STRING2]" | 3804 | "[-cds] STRING1 [STRING2]" |
| 3856 | #define tr_full_usage "\n\n" \ | 3805 | #define tr_full_usage "\n\n" \ |
