From bf7d598de7df129f7f6468bae12b2fcef34cb0c5 Mon Sep 17 00:00:00 2001 From: foxx Date: Sun, 21 Apr 2024 13:37:56 -0400 Subject: [PATCH] count_only output flag accept no value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f05fa6..7b826da 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ $ sys-compare compare -l ~/test.snapshot -r ~/test2.snapshot -s created /etc/2 Created: 1 -$ sys-compare compare -l ~/test.snapshot -r ~/test2.snapshot -s created -c true +$ sys-compare compare -l ~/test.snapshot -r ~/test2.snapshot -s created -c 1 ```