explain that the space is necessary

This commit is contained in:
Jansen M Smith 2024-07-28 20:05:13 -04:00 committed by GitHub
parent 7e572f2c0d
commit 2011c17226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ export HISTCONTROL=ignorespace
hbd -s "<COOKIE_VALUE>" --library-path "Downloaded Library" --progress hbd -s "<COOKIE_VALUE>" --library-path "Downloaded Library" --progress
unset HISTCONTROL unset HISTCONTROL
``` ```
(Please note that the extraneous space before hbd prevents your cookie key from being saved to your machine's history.)
This directory structure will be used: This directory structure will be used:
`Downloaded Library/Purchase Name/Item Name/downloaded_file.ext` `Downloaded Library/Purchase Name/Item Name/downloaded_file.ext`