diff options
| author | jhurst <jhurst@cinecert.com> | 2012-02-03 20:15:08 +0000 |
|---|---|---|
| committer | jhurst <> | 2012-02-03 20:15:08 +0000 |
| commit | 80463afc197c90372d3f4c7890c6520f1040aedc (patch) | |
| tree | ceb710348cd8a58a2c90e96c5f1aa0f2ffa984a4 /src/asdcp-wrap.cpp | |
| parent | e0f46a5384974afa6f0be8a738e4989853323fbe (diff) | |
fooey
Diffstat (limited to 'src/asdcp-wrap.cpp')
| -rwxr-xr-x | src/asdcp-wrap.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/asdcp-wrap.cpp b/src/asdcp-wrap.cpp index 916f37f..73b76a3 100755 --- a/src/asdcp-wrap.cpp +++ b/src/asdcp-wrap.cpp @@ -110,7 +110,10 @@ usage(FILE* stream = stdout) fprintf(stream, "\ USAGE: %s [-h|-help] [-V]\n\ \n\ - %s [-3] [-a <uuid>] [-b <buffer-size>] [-C <UL>] [-d <duration>] [-e|-E] [-f <start-frame>] [-j <key-id-string>] [-k <key-string>] [-l <label>] [-L] [-M] [-p <frame-rate>] [-s <num>] [-v] [-W] [-z|-Z] <input-file>+ <output-file>\n\n", + %s [-3] [-a <uuid>] [-b <buffer-size>] [-C <UL>] [-d <duration>]\n\ + [-e|-E] [-f <start-frame>] [-j <key-id-string>] [-k <key-string>]\n\ + [-l <label>] [-L] [-M] [-p <frame-rate>] [-s <num>] [-v] [-W]\n\ + [-z|-Z] <input-file>+ <output-file>\n\n", PROGRAM_NAME, PROGRAM_NAME); fprintf(stream, "\ |
