Skip to content

Commit

Permalink
Update crc_interactive.py
Browse files Browse the repository at this point in the history
Fixed typo in help message
  • Loading branch information
chnixi authored Aug 8, 2023
1 parent 4b2e927 commit ac5cf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/crc_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self) -> None:
resource_args.add_argument('-b', '--mem', type=int, default=self.default_mem, help='memory in GB')
resource_args.add_argument(
'-t', '--time', default=self.default_time,
help=f'run time in hours or hours:minutes [default: {self.default_time}] hour')
help=f'run time in hours or hours:minutes [default: {self.default_time} hour] ')

resource_args.add_argument(
'-n', '--num-nodes', type=int, default=self.default_nodes,
Expand Down

0 comments on commit ac5cf58

Please sign in to comment.