aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-10 23:13:02 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-10 23:13:02 +0000
commitfe675f24f8afae61702b3e2aee9af34dd84a4d5b (patch)
tree3e448e6550da52d2709e5f52fbae56e9df9462cc /utility.c
parent51abdb45dd5418cdf8355e5c314307771f9b8c37 (diff)
downloadbusybox-w32-fe675f24f8afae61702b3e2aee9af34dd84a4d5b.tar.gz
busybox-w32-fe675f24f8afae61702b3e2aee9af34dd84a4d5b.tar.bz2
busybox-w32-fe675f24f8afae61702b3e2aee9af34dd84a4d5b.zip
Updates to usage, and made tar work.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@94 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index cdf027a02..77eb5f2dd 100644
--- a/utility.c
+++ b/utility.c
@@ -46,7 +46,7 @@ const char mtab_file[] = "/proc/mounts";
46 46
47 47
48/* volatile so gcc knows this is the enod of the line */ 48/* volatile so gcc knows this is the enod of the line */
49volatile void usage(const char *usage) 49extern void usage(const char *usage)
50{ 50{
51 fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT); 51 fprintf(stderr, "BusyBox v%s (%s) multi-call binary -- GPL2\n\n", BB_VER, BB_BT);
52 fprintf(stderr, "Usage: %s\n", usage); 52 fprintf(stderr, "Usage: %s\n", usage);