Skip to content

Commit 8a213bf

Browse files
committed
Wording in help for qq jobs and qq stat
1 parent a34c68f commit 8a213bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/qq_lib/jobs/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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
)
@@ -43,7 +43,7 @@
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",

src/qq_lib/stat/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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
)
@@ -35,7 +35,7 @@
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",

0 commit comments

Comments
 (0)