From f2a2f0b24e42e15663da92699497d013968f3056 Mon Sep 17 00:00:00 2001 From: jamesk Date: Fri, 29 Mar 2024 17:01:55 -0400 Subject: [PATCH] . --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f6bf20..9f929b6 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ cargo install --path ./ Usage: sys-compare Commands: - create - compare + create Create a snapshot + compare Compare two snapshots help Print this message or the help of the given subcommand(s) Options: @@ -24,8 +24,8 @@ Options: Usage: sys-compare create --root-dir --output-path Options: - -r, --root-dir - -o, --output-path + -r, --root-dir Directory to create snapshot from + -o, --output-path Snapshot output/save location -h, --help Print help ``` @@ -34,10 +34,10 @@ Options: Usage: sys-compare compare [OPTIONS] --left --right Options: - -l, --left - -r, --right - -s, --selection - -c [possible values: true, false] + -l, --left left side of diff + -r, --right right side of diff + -s, --selection OPTIONAL: specify which change type specifically to return + -c OPTIONAL: when using selection specify to return count only or not [possible values: true, false] -h, --help Print help ```