diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-02 20:13:03 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-02 20:13:03 +0100 |
commit | db5fe62b6d9977304b864f961dae71232091b26c (patch) | |
tree | e69e9efc17a3b0feae78118eb14d653cfa47e259 /include | |
parent | 4d4d1a015f351816982e61a7f7dc861bfe06ca78 (diff) | |
download | busybox-w32-db5fe62b6d9977304b864f961dae71232091b26c.tar.gz busybox-w32-db5fe62b6d9977304b864f961dae71232091b26c.tar.bz2 busybox-w32-db5fe62b6d9977304b864f961dae71232091b26c.zip |
init: if PID!=1, show clearer error message. move usage text closer to main()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 6973c93ef..37b9d0747 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -2044,9 +2044,6 @@ INSERT | |||
2044 | #define linux64_trivial_usage NOUSAGE_STR | 2044 | #define linux64_trivial_usage NOUSAGE_STR |
2045 | #define linux64_full_usage "" | 2045 | #define linux64_full_usage "" |
2046 | 2046 | ||
2047 | #define linuxrc_trivial_usage NOUSAGE_STR | ||
2048 | #define linuxrc_full_usage "" | ||
2049 | |||
2050 | #define setarch_trivial_usage \ | 2047 | #define setarch_trivial_usage \ |
2051 | "personality PROG ARGS" | 2048 | "personality PROG ARGS" |
2052 | #define setarch_full_usage "\n\n" \ | 2049 | #define setarch_full_usage "\n\n" \ |