diff options
author | Trinity Pointard <trinity.pointard@gmail.com> | 2021-05-29 21:22:15 +0200 |
---|---|---|
committer | Trinity Pointard <trinity.pointard@gmail.com> | 2021-05-29 21:37:49 +0200 |
commit | 289521886bc5819790c92da6cdf24898aacbaf58 (patch) | |
tree | ad79abec207e11de5c860d23c871b884aaada909 /src/garage/cli.rs | |
parent | ebd21b325e7c30b58d6b3ab621f08cd1bffb0c6d (diff) | |
download | garage-289521886bc5819790c92da6cdf24898aacbaf58.tar.gz garage-289521886bc5819790c92da6cdf24898aacbaf58.zip |
make most changes suggested during install-party
Diffstat (limited to 'src/garage/cli.rs')
-rw-r--r-- | src/garage/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/garage/cli.rs b/src/garage/cli.rs index 0ddb5a1c..d44256b9 100644 --- a/src/garage/cli.rs +++ b/src/garage/cli.rs @@ -125,7 +125,7 @@ pub enum BucketOperation { #[structopt(name = "allow")] Allow(PermBucketOpt), - /// Allow key to read or write to bucket + /// Deny key from reading or writing to bucket #[structopt(name = "deny")] Deny(PermBucketOpt), |