typo in usage

This commit is contained in:
El RIDO 2024-10-19 10:56:16 +02:00
parent 3ede9d518e
commit c2f338790d
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -203,7 +203,7 @@ Options:
-p, --purge purge all expired pastes -p, --purge purge all expired pastes
-s, --statistics reads all stored pastes and comments and reports statistics -s, --statistics reads all stored pastes and comments and reports statistics
docker exec -t privatebin migrate --help $ docker exec -t privatebin migrate --help
migrate - Copy data between PrivateBin backends migrate - Copy data between PrivateBin backends
Usage: Usage:
@ -221,9 +221,9 @@ Options:
-h, --help displays this help message -h, --help displays this help message
-n dry run, do not copy data -n dry run, do not copy data
-v be verbose -v be verbose
<srcconfdir> use storage backend configration from conf.php found in <srcconfdir> use storage backend configuration from conf.php found in
this directory as source this directory as source
<dstconfdir> optionally, use storage backend configration from conf.php <dstconfdir> optionally, use storage backend configuration from conf.php
found in this directory as destination; defaults to: found in this directory as destination; defaults to:
/srv/bin/../cfg/conf.php /srv/bin/../cfg/conf.php
``` ```