Unclear syntax description of the maintenance command of fdbcli
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
There is a description of the maintenance command of fdbcli https://github.com/apple/foundationdb/wiki/Maintenance-mode
```
fdb> help maintenance
maintenance [on|off] [ZONEID] [SECONDS]
```
But ``maintenance off`` does not work with `ZONEID`
Please correct the description to
```
maintenance on ZONEID SECONDS
or
maintenance off
```
Contributor guide
Assessment
This issue has not been assessed yet.