From 9ce3b94936486b9ec457b42d4179a404ff33ef2d Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 29 Aug 2010 10:35:15 +0200 Subject: [PATCH] Use MYNAME in usage and license text --- ccache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccache.c b/ccache.c index 87a2a0bba..d1f687b1a 100644 --- a/ccache.c +++ b/ccache.c @@ -42,7 +42,7 @@ #include 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" -- 2.47.3