]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Use MYNAME in usage and license text
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 29 Aug 2010 08:35:15 +0000 (10:35 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 29 Aug 2010 08:35:15 +0000 (10:35 +0200)
ccache.c

index 87a2a0bba13169b1a276cd57db57e655c05407a5..d1f687b1a760d39e0011b69e3931bef094929f9d 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -42,7 +42,7 @@
 #include <unistd.h>
 
 static const char VERSION_TEXT[] =
-"ccache version %s\n"
+MYNAME " version %s\n"
 "\n"
 "Copyright (C) 2002-2007 Andrew Tridgell\n"
 "Copyright (C) 2009-2010 Joel Rosdahl\n"
@@ -54,8 +54,8 @@ static const char VERSION_TEXT[] =
 
 static const char USAGE_TEXT[] =
 "Usage:\n"
-"    ccache [options]\n"
-"    ccache compiler [compiler options]\n"
+"    " MYNAME " [options]\n"
+"    " MYNAME " compiler [compiler options]\n"
 "    compiler [compiler options]          (via symbolic link)\n"
 "\n"
 "Options:\n"