Typo Readme

This commit is contained in:
benoit 2021-12-08 17:14:38 +01:00
parent 6c696a03ee
commit df58901fd9
2 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ Usage: check_patroni cluster_config_has_changed [OPTIONS]
Options:
--hash TEXT A hash to compare with.
-s, --state-file TEXT A state file to store the tl number into.
-s, --state-file TEXT A state file to store the hash of the configuration.
--help Show this message and exit.
```

View file

@ -303,7 +303,7 @@ def cluster_has_replica(
"--state-file",
"state_file",
type=str,
help="A state file to store the tl number into.",
help="A state file to store the hash of the configuration.",
)
@click.pass_context
@nagiosplugin.guarded