forgot to add --silent to usage
This commit is contained in:
parent
b84ea6a3ea
commit
e2c537d343
2
kunst
2
kunst
|
@ -14,7 +14,7 @@ SIZE=250x250
|
||||||
|
|
||||||
|
|
||||||
show_help() {
|
show_help() {
|
||||||
echo "usage: kunst [-h] [--size "px"] [--music_dir "path/to/dir"] [--version]"
|
echo "usage: kunst [-h] [--size "px"] [--music_dir "path/to/dir"] [--silent] [--version]"
|
||||||
echo " "
|
echo " "
|
||||||
echo "┬┌─┬ ┬┌┐┌┌─┐┌┬┐"
|
echo "┬┌─┬ ┬┌┐┌┌─┐┌┬┐"
|
||||||
echo "├┴┐│ ││││└─┐ │"
|
echo "├┴┐│ ││││└─┐ │"
|
||||||
|
|
Loading…
Reference in New Issue