Skip to content

Commit

Permalink
Fix typos in short help message (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrza committed Dec 28, 2020
1 parent 2aa76ad commit ea8cb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ static void kill_signal(int sig) { exit(0); }
// less than 80 (max 78) char wide, giving a general (concise) overview
static const char *shortHelp_text =
"\n"
"AtomicParlsey sets metadata into MPEG-4 files & derivatives supporting 3 "
"AtomicParsley sets metadata into MPEG-4 files & derivatives supporting 3 "
"tag\n"
" schemes: iTunes-style, 3GPP assets & ISO defined copyright "
"notifications.\n"
"\n"
"AtomicParlsey quick help for setting iTunes-style metadata into MPEG-4 "
"AtomicParsley quick help for setting iTunes-style metadata into MPEG-4 "
"files.\n"
"\n"
"General usage examples:\n"
Expand Down

0 comments on commit ea8cb4e

Please sign in to comment.