diff options
| author | jhurst <jhurst@cinecert.com> | 2021-09-13 12:19:04 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2021-09-13 12:19:04 -0700 |
| commit | 3c039894faa59318e3119011b417980a5672c82d (patch) | |
| tree | 840f54f65579931a858db483118d0bbc643313e3 /src/phdr-unwrap.cpp | |
| parent | 4a0c724c2ffdf9552324cc607cb6fba48637bb7e (diff) | |
updated markings
Diffstat (limited to 'src/phdr-unwrap.cpp')
| -rwxr-xr-x | src/phdr-unwrap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phdr-unwrap.cpp b/src/phdr-unwrap.cpp index 080c4f6..25ce9d0 100755 --- a/src/phdr-unwrap.cpp +++ b/src/phdr-unwrap.cpp @@ -43,7 +43,7 @@ const ui32_t FRAME_BUFFER_SIZE = 4 * Kumu::Megabyte; // // command line option parser class -static const char* PROGRAM_NAME = "as-02-unwrap"; // program name for messages +static const char* PROGRAM_NAME = "phdr-unwrap"; // program name for messages // 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 @@ -60,7 +60,7 @@ banner(FILE* stream = stdout) { fprintf(stream, "\n\ %s (asdcplib %s)\n\n\ -Copyright (c) 2011-2018, John Hurst\n\n\ +Copyright (c) 2011-2021, 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", |
