update usage
This commit is contained in:
parent
b0f96db530
commit
cba5e6d87a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
2
strm
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue