You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use all caps pure-tokens in command "Usage:" (#184)
In the command page's "Usage:", the lower case `name` was used in case
of a `pure-token`. However, the all caps `token` should be used instead.
For MIGRATE, this makes an even bigger difference (see `empty-string`):
Before:
```
Usage:
MIGRATE host port 〈 key | empty-string 〉 destination-db timeout [ copy ] [ replace ] [ AUTH auth | AUTH2 username password ] [ KEYS keys ] [ [ KEYS keys ] ... ]
```
Now:
```
Usage:
MIGRATE host port 〈 key | "" 〉 destination-db timeout [ COPY ] [ REPLACE ] [ AUTH auth | AUTH2 username password ] [ KEYS keys ] [ [ KEYS keys ] ... ]
```
This addresses a part of #116
By submitting this pull request, I confirm that my contribution is made
under the terms of the BSD-3-Clause License.
Signed-off-by: Simon Baatz <[email protected]>
0 commit comments