1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 23:33:45 -05:00

Make the usage syntax for arbitrary args consistent (#1447)

This commit is contained in:
Mislav Marohnić
2022-10-09 14:49:15 +02:00
committed by GitHub
parent 172a79e993
commit 3e5347be1e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Usage: rbenv completions <command> [arg1 arg2...]
# Usage: rbenv completions <command> [<args>...]
set -e
[ -n "$RBENV_DEBUG" ] && set -x