From 3b45a9fccfe6b00cd0a4a6f5b8c5daa49a627318 Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 8 Feb 2024 00:38:18 +0100 Subject: [PATCH] update docs --- website/docs/usage.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/website/docs/usage.md b/website/docs/usage.md index f691794..f9a3278 100644 --- a/website/docs/usage.md +++ b/website/docs/usage.md @@ -12,15 +12,15 @@ git-sumi [OPTIONS] [--] [COMMIT_MESSAGE] ```plaintext -q, --quiet - Suppress progress messages [env: GIT_SUMI_QUIET=] + Suppresses progress messages [env: GIT_SUMI_QUIET=] -s, --split-lines - Process each non-empty line as an individual commit [env: GIT_SUMI_SPLIT_LINES=] + Processes each non-empty line as an individual commit [env: GIT_SUMI_SPLIT_LINES=] -d, --display - Display the parsed commit message [env: GIT_SUMI_DISPLAY=] + Displays parsed commit message [env: GIT_SUMI_DISPLAY=] -c, --commit Commit the message after successful linting - --force - Force a commit, regardless of linting errors +--force + Force the commit even if linting fails -h, --help Print help -V, --version @@ -31,13 +31,13 @@ git-sumi [OPTIONS] [--] [COMMIT_MESSAGE] ```plaintext --init [