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:
Ole-Morten Duesund 2026-08-25 15:39:43 +02:00
commit a64386df1b
3 changed files with 19 additions and 17 deletions

View file

@ -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",