Skip to content

Commit b58df6f

Browse files
committed
Missing plural in qq sync help
1 parent edba198 commit b58df6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qq_lib/sync/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@click.command(
3232
short_help="Fetch files from a job's working directory.",
33-
help=f"""Fetch files from the working directory of the specified qq job, or from the
33+
help=f"""Fetch files from the working directory of the specified qq jobs, or from the
3434
working directories of the jobs submitted from the specified directories.
3535
3636
{click.style("JOB_ID...", fg="green")} One or more IDs of jobs whose working directory files should be fetched. Optional.

0 commit comments

Comments
 (0)