diff options
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 \ |