mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 11:12:56 +00:00
also respond to --help, -h and -? command line options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22377 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
98df2cb095
commit
88c04a0308
@ -105,7 +105,7 @@ list_svn() {
|
||||
|
||||
for i in "$@"; do
|
||||
case "$i" in
|
||||
-help)
|
||||
-help|--help|-h|-\?)
|
||||
echo -e "\n$0 [options] [files]\n"
|
||||
echo -e "options:\n"
|
||||
printoption "spaces " "test for spaces in filenames" "$_spaces"
|
||||
|
Loading…
Reference in New Issue
Block a user