From 41cc5b16cd459358390ddbb1405b53b3706b6538 Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 15 Aug 2022 13:15:34 +0200 Subject: [PATCH] README: Update help output --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f5b49f..764094e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ ARGS: OPTIONS: -h, --help Print help information -j, --jobs The number of jobs to use for hashing [default: 0] - -s, --single-directory If the path argument should be used to check all files in a directory + -s, --start [default: 0] + --single-directory If the path argument should be used to check all files in a directory it points to instead of a restic repository (use for testing) -V, --version Print version information ```