Skip to content

Commit

Permalink
tools: fix typo in vretry.v (#21290)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Apr 16, 2024
1 parent 0b83ea7 commit ece10ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/vretry.v
Expand Up @@ -15,7 +15,7 @@ fn main() {
mut fp := flag.new_flag_parser(os.args#[1..])
fp.application('v retry')
fp.version('0.0.1')
fp.description('Run the command CMD in a loop, untill it succeeds, or until a predetermined amount of seconds pass.')
fp.description('Run the command CMD in a loop, until it succeeds, or until a predetermined amount of seconds pass.')
fp.arguments_description('CMD')
fp.skip_executable()
fp.limit_free_args_to_at_least(1)!
Expand Down

0 comments on commit ece10ed

Please sign in to comment.