summaryrefslogtreecommitdiff
path: root/src/wavesplit.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-04-01 15:52:56 +0000
committerjhurst <>2009-04-01 15:52:56 +0000
commit4ca942b397d1e6ff69b28aa01a5e5a250103463f (patch)
tree8cb40bc3ad008627d5a092696b505f07e189a3f8 /src/wavesplit.cpp
parentc457586e6fadd7c8b3547c59a7e30407842fce9b (diff)
mo-better timed text
Diffstat (limited to 'src/wavesplit.cpp')
-rwxr-xr-xsrc/wavesplit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wavesplit.cpp b/src/wavesplit.cpp
index 0d472a1..f7030ca 100755
--- a/src/wavesplit.cpp
+++ b/src/wavesplit.cpp
@@ -70,11 +70,11 @@ banner(FILE* stream = stderr)
fprintf(stream, "\n\
%s (asdcplib %s)\n\n\
Copyright (c) 2005-2009 John Hurst\n\n\
-wavesplit is part of asdcplib.\n\
+%s is part of asdcplib.\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",
- PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME);
+ PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME, PROGRAM_NAME);
}
//