summaryrefslogtreecommitdiff
path: root/src/phdr-unwrap.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2021-09-13 12:19:04 -0700
committerjhurst <jhurst@cinecert.com>2021-09-13 12:19:04 -0700
commit3c039894faa59318e3119011b417980a5672c82d (patch)
tree840f54f65579931a858db483118d0bbc643313e3 /src/phdr-unwrap.cpp
parent4a0c724c2ffdf9552324cc607cb6fba48637bb7e (diff)
updated markings
Diffstat (limited to 'src/phdr-unwrap.cpp')
-rwxr-xr-xsrc/phdr-unwrap.cpp4
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",