Improve clarity

This commit is contained in:
George Lacey 2021-05-06 02:47:31 +01:00
parent 4a3105438c
commit d41c759090

View File

@ -15,7 +15,7 @@ Pipe the output of 'borg create --json' to the script, for example:
> borg create --json /repo/path::name /important/data/ 2>&1 | python3 ./main.py -l [label] > borg create --json /repo/path::name /important/data/ 2>&1 | python3 ./main.py -l [label]
> >
> <sup>*(2>&1 redirects errors to borg-manager for logging)</sup> > <sup>Note: 2>&1 redirects errors to borg-manager for logging</sup>
### Arguments: ### Arguments:
* -o / --output -> specify database location * -o / --output -> specify database location