From kde-commits Mon Oct 15 13:57:23 2012 From: =?utf-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 15 Oct 2012 13:57:23 +0000 To: kde-commits Subject: icecream/client Message-Id: <20121015135723.A1D72AC852 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=135030945115772 SVN commit 1320585 by lunakl: small --help fixes M +3 -3 main.cpp --- trunk/icecream/client/main.cpp #1320584:1320585 @@ -78,7 +78,7 @@ " --version show version and exit\n" " --build-native create icecc environment\n" "Environment Variables:\n" -" ICECC if set to \"no\", just exec the real gcc\n" +" ICECC if set to \"no\", just exec the real compiler\n" " ICECC_VERSION use a specific icecc environment, see icecc-create-env\n" " ICECC_DEBUG [info | warnings | debug]\n" " sets verboseness of icecream client.\n" @@ -100,14 +100,14 @@ { printf( "Usage:\n" -" icerun [compile options] -o OBJECT -c SOURCE\n" +" icerun [command]\n" " icerun --help\n" "\n" "Options:\n" " --help explain usage and exit\n" " --version show version and exit\n" "Environment Variables:\n" -" ICECC if set to \"no\", just exec the real gcc\n" +" ICECC if set to \"no\", just exec the real command\n" " ICECC_DEBUG [info | warnings | debug]\n" " sets verboseness of icecream client.\n" " ICECC_LOGFILE if set, additional debug information is logged to the specified file\n"