Remove useless usage message

This commit is contained in:
Jeffrey Serio 2024-07-06 14:17:07 -05:00
parent 6ce12e249c
commit a8814373af

View File

@ -1,10 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# qbt-sum-size - get the sum total size of all torrents in qBittorrent instance # qbt-sum-size - get the sum total size of all torrents in qBittorrent instance
#
# Usage:
# qbt-sum-size added sum total size of all torrents added to instance
# qbt-sum-size completed sum total size of all completed torrents
set -euo pipefail set -euo pipefail