Commit 436cda2
committed
tests: sync expected error message for click 8.4.0
`click` `8.4.0` changed the error hint message and prefers
long option name over the short one.
https://github.com/pallets/click/releases/tag/8.4.0
> The error hint now uses Command.get_help_option_names to pick
non-shadowed help option names, so Try '... -h' no longer points to a
subcommand option that shadows -h. All surviving names are shown
(-h/--help). #2790 #3208
Fixes: #132
Signed-off-by: Stanislav Levin <slev@altlinux.org>1 parent f609f05 commit 436cda2
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
0 commit comments