style: correct indention for the usage

This commit is contained in:
Tobias Schmidl 2024-11-14 10:32:15 +01:00
parent 9cff986d17
commit 7764173b97

View file

@ -14,13 +14,13 @@ print_usage () {
cat << END_OF_COMMENT cat << END_OF_COMMENT
$(basename "$0") get_tasks | put_document <file> $(basename "$0") get_tasks | put_document <file>
commands: commands:
get_tasks Get the list of tasks. This is not formatted, i.e. you'll get_tasks Get the list of tasks. This is not formatted, i.e. you'll
have to pipe it yourself through a formatter. have to pipe it yourself through a formatter.
put_document Uploads the document under <file> to your paperless put_document Uploads the document under <file> to your paperless
instance. instance.
return values: return values:
If everything went alright, $(basename "$0") returns 0. Every other return If everything went alright, $(basename "$0") returns 0. Every other return
value indicates an error. value indicates an error.