diff options
| author | msheby <msheby@cinecert.com> | 2008-03-19 00:21:05 +0000 |
|---|---|---|
| committer | msheby <> | 2008-03-19 00:21:05 +0000 |
| commit | 16de4d4c6de6a350766a040c99fd98a8f22b94b7 (patch) | |
| tree | 2bad951e4926f11c827aeaa6706e6f92b813e1bd /src/kmuuidgen.cpp | |
| parent | 9349fa7892b5d4ab9cc67ff3139ea40c5bbeec2f (diff) | |
Change PACKAGE to PROGRAM_NAME.
Diffstat (limited to 'src/kmuuidgen.cpp')
| -rw-r--r-- | src/kmuuidgen.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmuuidgen.cpp b/src/kmuuidgen.cpp index 1dfdf24..a7bfc42 100644 --- a/src/kmuuidgen.cpp +++ b/src/kmuuidgen.cpp @@ -34,7 +34,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <ctype.h> -const char* PACKAGE = "kmuuidgen"; +const char* PROGRAM_NAME = "kmuuidgen"; // Increment the iterator, test for an additional non-option command line argument. // Causes the caller to return if there are no remaining arguments or if the next @@ -56,7 +56,7 @@ Copyright (c) 2003-2008 John Hurst\n\n\ asdcplib may be copied only under the terms of the license found at\n\ the top of every file in the asdcplib distribution kit.\n\n\ Specify the -h (help) option for further information about %s\n\n", - PACKAGE, ASDCP::Version(), PACKAGE, PACKAGE); + PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME, PROGRAM_NAME); } // @@ -76,7 +76,7 @@ USAGE: %s [-c] [-n] [-v]\n\ \n\ NOTES: o There is no option grouping, all options must be distinct arguments.\n\ o All option arguments must be separated from the option by whitespace.\n\ -\n", PACKAGE, PACKAGE); +\n", PROGRAM_NAME, PROGRAM_NAME); } // @@ -154,7 +154,7 @@ main(int argc, const char** argv) if ( Options.error_flag ) { - fprintf(stderr, "There was a problem. Type %s -h for help.\n", PACKAGE); + fprintf(stderr, "There was a problem. Type %s -h for help.\n", PROGRAM_NAME); return 3; } |
