From c2f338790d0ef3ebbb35783009085a5144b1ab80 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 19 Oct 2024 10:56:16 +0200 Subject: [PATCH] typo in usage --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33287ca..857d941 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Options: -p, --purge purge all expired pastes -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 Usage: @@ -221,9 +221,9 @@ Options: -h, --help displays this help message -n dry run, do not copy data -v be verbose - use storage backend configration from conf.php found in + use storage backend configuration from conf.php found in this directory as source - optionally, use storage backend configration from conf.php + optionally, use storage backend configuration from conf.php found in this directory as destination; defaults to: /srv/bin/../cfg/conf.php ```