Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make capitalization consistent in readme #81

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions rucksack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <config-file> the path to the config file to use or create [default: "/Users/oubiwann/Library/Application Support/rucksack/config.toml"]
--log-level <log-level> override the configured log-level setting [default: ] [possible values: error, warn, info, debug, trace, ]
--completions <SHELL> 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
Expand Down