1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

Clarify help text of some commands (#1567)

This commit is contained in:
Mislav Marohnić
2024-04-29 14:20:47 +02:00
committed by GitHub
parent f2ac882579
commit ac020225c2
5 changed files with 25 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ load test_helper
run rbenv-help
assert_success
assert_line "Usage: rbenv <command> [<args>...]"
assert_line "Some useful rbenv commands are:"
assert_line "Commands to manage available Ruby versions:"
}
@test "usage flag" {