Skip to content

Commit

Permalink
Merge pull request #209 from wwade/retry-alias-y
Browse files Browse the repository at this point in the history
main: add "-y" alias for the "--retry" arg
  • Loading branch information
wwade committed Sep 16, 2022
2 parents b71693a + 8acd517 commit aa89cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobrunner/main.py
Expand Up @@ -643,7 +643,7 @@ def parseArgs(args=None):
op.add_argument("-c", "--command", metavar="CMD",
help="Specify complete bash command to execute "
"(argument to bash -c)")
op.add_argument("--retry", metavar="KEY", action="store",
op.add_argument("--retry", "-y", metavar="KEY", action="store",
help="Retry job specified by KEY")
op.add_argument(
"-r",
Expand Down

0 comments on commit aa89cbe

Please sign in to comment.