From 7e272f2a01e8d6bab9ea2f1c0d73937a1fc7e29e Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Sat, 2 Sep 2023 03:02:10 +0000 Subject: [PATCH] Fix --help printing (#209) --- phockup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phockup.py b/phockup.py index 33b107e..4b52e78 100755 --- a/phockup.py +++ b/phockup.py @@ -283,7 +283,7 @@ def parse_args(args=sys.argv[1:]): files by an additional level prior to sorting by date. This string will immediately follow the output path and is intended to allow runtime setting of the output path (e.g. via $USER, - $HOSTNAME, %USERNAME%, etc.) + $HOSTNAME, %%USERNAME%%, etc.) """ )