diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 04:26:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 04:26:52 +0000 |
commit | 0a6b0bfa7a821b594d237611e3f1effb1b3692fc (patch) | |
tree | 5313b93950024acfa71e58b53375957199ab9586 /include/usage.h | |
parent | ea6360e3938d016b2dfa6d0cbc9c9577070dca75 (diff) | |
download | busybox-w32-0a6b0bfa7a821b594d237611e3f1effb1b3692fc.tar.gz busybox-w32-0a6b0bfa7a821b594d237611e3f1effb1b3692fc.tar.bz2 busybox-w32-0a6b0bfa7a821b594d237611e3f1effb1b3692fc.zip |
add setarch/linux32/linux64 applet
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 22beeadf3..63cd79f0e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1626,6 +1626,13 @@ | |||
1626 | "\t\treached.\n" \ | 1626 | "\t\treached.\n" \ |
1627 | "\t-h, -?\tDisplay this help message\n" | 1627 | "\t-h, -?\tDisplay this help message\n" |
1628 | 1628 | ||
1629 | #define setarch_trivial_usage \ | ||
1630 | "<personality> <program> [args ...]" | ||
1631 | #define setarch_full_usage \ | ||
1632 | "Personality may be:\n" \ | ||
1633 | "\tlinux32\tSet 32bit uname emulation\n" \ | ||
1634 | "\tlinux64\tSet 64bit uname emulation" | ||
1635 | |||
1629 | #define ln_trivial_usage \ | 1636 | #define ln_trivial_usage \ |
1630 | "[OPTION] TARGET... LINK_NAME|DIRECTORY" | 1637 | "[OPTION] TARGET... LINK_NAME|DIRECTORY" |
1631 | #define ln_full_usage \ | 1638 | #define ln_full_usage \ |