Skip to content

Commit

Permalink
Merge pull request #258 from grondo/fix-job-name
Browse files Browse the repository at this point in the history
tutorials: fix incorrect option in flux-submit tutorial
  • Loading branch information
mergify[bot] authored Dec 18, 2023
2 parents 2c5c72e + 1453518 commit 2f5c51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/commands/flux-submit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ More Examples of Submitting Flux Jobs

.. code-block:: console
$ flux submit --nodes=2 --queue=foo --name=my_special_job ./my_job.py
$ flux submit --nodes=2 --queue=foo --job-name=my_special_job ./my_job.py
This submits a job to the `foo` queue across two nodes, and sets a custom name
to the job.
Expand Down

0 comments on commit 2f5c51d

Please sign in to comment.