From fcb8a6394984ded06c9dfaeb6e9c80e18dda6b6a Mon Sep 17 00:00:00 2001 From: Roman Kuprov Date: Wed, 8 Feb 2023 12:18:45 -0700 Subject: [PATCH] make capitalization consistent in readme --- rucksack/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rucksack/README.md b/rucksack/README.md index f6e8dae..acc8c5f 100644 --- a/rucksack/README.md +++ b/rucksack/README.md @@ -57,14 +57,14 @@ Commands: rm delete a single record [aliases: delete, remove] set perform various 'write' operations show display rucksack-specific information - help Print this message or the help of the given subcommand(s) + help print this message or the help of the given subcommand(s) Options: --config-file the path to the config file to use or create [default: "/Users/oubiwann/Library/Application Support/rucksack/config.toml"] --log-level override the configured log-level setting [default: ] [possible values: error, warn, info, debug, trace, ] --completions emit shell tab completions [possible values: bash, elvish, fish, powershell, zsh] - -v, --version Print version information - -h, --help Print help + -v, --version print version information + -h, --help print help ``` ### Password Generator