Use a placeholder remote name in docs and help text
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EYNdaGDrpaqDyT8QtrTQbM
This commit is contained in:
parent
4399d90925
commit
a64386df1b
3 changed files with 19 additions and 17 deletions
|
|
@ -735,7 +735,7 @@ def main(argv: Optional[List[str]] = None) -> int:
|
|||
p.add_argument(
|
||||
"-r",
|
||||
"--remote",
|
||||
help="remote to look for binaries in (e.g. knor); default: all configured remotes",
|
||||
help="remote to look for binaries in (e.g. myremote); default: all configured remotes",
|
||||
)
|
||||
p.add_argument(
|
||||
"-pr",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue