From 7bc9aac560a82edbccb3015b21b134007ab459de Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 29 Nov 2023 17:26:02 -0500 Subject: [PATCH] docs: remove mention of ch before flag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee9d865..3abdae3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ch -a ### `--dry-run` or `-d` -If you want to do a dry run without actually adding or committing, use the `ch -d` or `ch --dry-run` flag. +If you want to do a dry run without actually adding or committing, use the `-d` or `--dry-run` flag. ```bash ch -d @@ -38,7 +38,7 @@ ch -d ### `--debug` -If you want to see the debug output, use the `ch --debug` flag. +If you want to see the debug output, use the `--debug` flag. ```bash ch --debug