fix typos

This commit is contained in:
Alexander Bocken 2021-06-07 16:52:06 +02:00
parent 1e1d20e4a0
commit 40693f42c9
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -161,11 +161,11 @@ case "$1" in
threadwatcher [add URL DL_LOCATION] [list] [edit] [clean] threadwatcher [add URL DL_LOCATION] [list] [edit] [clean]
add URL DL_LOCATION add URL DL_LOCATION
downloads specified thread to given locaton. Paths can be relative to HOME or absolute. downloads specified thread to given location. Paths can be relative to HOME or absolute.
list list
lists all currently watched URLs and where they are downloading to lists all currently watched URLs and where they are downloading to
edit edit
open threads file in \$EDITOR/vim to manually edit error open threads file in \$EDITOR/vim to manually edit.
clean clean
deletes threads file. This will not delete already downloaded material." && exit 1;; deletes threads file. This will not delete already downloaded material." && exit 1;;
esac esac