update usage

This commit is contained in:
Denis Lehmann 2021-04-27 00:26:58 +02:00
parent b0f96db530
commit cba5e6d87a
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@
** Usage
#+begin_src text
Usage: strm [OPTIONS] QUERY ... [OPTIONS]
Usage: strm [OPTIONS] QUERIES ... [OPTIONS]
Stream media files over SSH.

2
strm
View file

@ -5,7 +5,7 @@ text_reset="\e[0m"
text_bold="\e[1m"
function print_usage {
echo "Usage: strm [OPTIONS] QUERY ... [OPTIONS]"
echo "Usage: strm [OPTIONS] QUERIES ... [OPTIONS]"
echo
echo "Stream media files over SSH."
echo