Skip to content

Commit

Permalink
Update README for the option "-p, --pallete16"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Dec 3, 2020
1 parent 51bca54 commit 4d34c56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ Options:
-s NUM, --play-speed=NUM specify the factor of the play speed.
A larger value means faster play.
(default: 1.0)
-p NAME, --palette16=NAME specify a color palette name for the
first 16 colors. NAME is one of the
following names: 'vga', 'cmd', 'win',
'powershell', 'app', 'putty', 'mirc',
'xterm', 'ubuntu', and 'solarized',
'solarized256'. (default: 'vga').
```


Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static void show_help()
"-s NUM, --play-speed=NUM specify the factor of the play speed.\n"
" A larger value means faster play.\n"
" (default: 1.0)\n"
"-p, --palette16=NAME specify a color palette name for the\n"
"-p NAME, --palette16=NAME specify a color palette name for the\n"
" first 16 colors. NAME is one of the\n"
" following names: 'vga', 'cmd', 'win',\n"
" 'powershell', 'app', 'putty', 'mirc',\n"
Expand Down

0 comments on commit 4d34c56

Please sign in to comment.