Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
56quarters committed Dec 31, 2023
1 parent 2fc0552 commit 2e65210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ binaries for that platform and a few documentation files.
### Docker

Docker images for GNU/Linux (amd64, arm64) are published for [each release](https://hub.docker.com/r/56quarters/mtop).
The docker images are build with the [Dockerfile](https://github.com/56quarters/mtop/blob/master/Dockerfile) in this
The docker images are built with the [Dockerfile](https://github.com/56quarters/mtop/blob/master/Dockerfile) in this
repository. They do not set an entrypoint and will run `mtop --help` by default. The `mtop` and `mc` binaries are
placed on the `PATH`, in `/usr/local/bin`.

Expand Down
4 changes: 2 additions & 2 deletions mtop/src/bin/mc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ struct CheckCommand {
#[derive(Debug, Args)]
struct DecrCommand {
/// Key of the value to decrement. If the value does not exist the command will exit with
/// and error status.
/// an error status.
#[arg(required = true)]
key: String,

Expand Down Expand Up @@ -135,7 +135,7 @@ struct GetCommand {
#[derive(Debug, Args)]
struct IncrCommand {
/// Key of the value to increment. If the value does not exist the command will exit with
/// and error status.
/// an error status.
#[arg(required = true)]
key: String,

Expand Down

0 comments on commit 2e65210

Please sign in to comment.