More stuff
[oweals/busybox.git] / touch.c
diff --git a/touch.c b/touch.c
index c36ffca90ffe72a9a35d14097ee4eb065a3e1b67..d882a63193192357bab41a67d7671cd374eb3090 100644 (file)
--- a/touch.c
+++ b/touch.c
@@ -28,7 +28,7 @@
 #include <errno.h>
 
 
-const char touch_usage[] = "touch [-c] file [file ...]\n\n"
+static const char touch_usage[] = "touch [-c] file [file ...]\n\n"
 "\tUpdate the last-modified date on the given file[s].\n";