File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323@click .command (
2424 short_help = "Display a summary of a user's jobs." ,
25- help = "Display a summary of your jobs or those of a specified user. By default, only unfinished jobs are shown." ,
25+ help = "Display a summary of your jobs or those of a specified user. By default, only uncompleted jobs are shown." ,
2626 cls = GNUHelpColorsCommand ,
2727 help_options_color = "bright_blue" ,
2828)
4343 "-a" ,
4444 "--all" ,
4545 is_flag = True ,
46- help = "Include both unfinished and finished jobs in the summary." ,
46+ help = "Include both completed and uncompleted jobs in the summary." ,
4747)
4848@click .option (
4949 "-s" ,
Original file line number Diff line number Diff line change 2121
2222@click .command (
2323 short_help = "Display a summary of all users' jobs." ,
24- help = "Display a summary of jobs from all users. By default, only unfinished jobs are shown." ,
24+ help = "Display a summary of jobs from all users. By default, only uncompleted jobs are shown." ,
2525 cls = GNUHelpColorsCommand ,
2626 help_options_color = "bright_blue" ,
2727)
3535 "-a" ,
3636 "--all" ,
3737 is_flag = True ,
38- help = "Include both unfinished and finished jobs in the summary." ,
38+ help = "Include both completed and uncompleted jobs in the summary." ,
3939)
4040@click .option (
4141 "-s" ,
You can’t perform that action at this time.
0 commit comments