diff options
author | proski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-17 23:45:12 +0000 |
---|---|---|
committer | proski <proski@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-17 23:45:12 +0000 |
commit | 04578a450cbac6872d9c8360390d72491f4db9fa (patch) | |
tree | fef8c909479641fa6828a08efb988cf6f4ed9c8a /messages.c | |
parent | 9602aae15181429b0b99af5561c731932b6e57ed (diff) | |
download | busybox-w32-04578a450cbac6872d9c8360390d72491f4db9fa.tar.gz busybox-w32-04578a450cbac6872d9c8360390d72491f4db9fa.tar.bz2 busybox-w32-04578a450cbac6872d9c8360390d72491f4db9fa.zip |
New message added to messages.c: full_version
Used where possible
git-svn-id: svn://busybox.net/trunk/busybox@871 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/messages.c b/messages.c index 428db9eaa..34b39f258 100644 --- a/messages.c +++ b/messages.c | |||
@@ -47,6 +47,10 @@ | |||
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | 49 | ||
50 | #if defined bb_need_full_version || ! defined BB_DECLARE_EXTERN | ||
51 | BB_DEF_MESSAGE(full_version, | ||
52 | "BusyBox v" BB_VER " (" BB_BT ") multi-call binary -- GPL2") | ||
53 | #endif | ||
50 | #if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN | 54 | #if defined bb_need_name_too_long || ! defined BB_DECLARE_EXTERN |
51 | BB_DEF_MESSAGE(name_too_long, "file name too long\n") | 55 | BB_DEF_MESSAGE(name_too_long, "file name too long\n") |
52 | #endif | 56 | #endif |