Skip to content

Commit

Permalink
tutorials: fix incorrect option in flux-submit tutorial
Browse files Browse the repository at this point in the history
Problem: The flux-submit tutorial gives an example that uses
--name to set the job name, but no such option exists.

Corrent --name to --job-name.
  • Loading branch information
grondo committed Dec 18, 2023
1 parent 2c5c72e commit f101ea6
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 f101ea6

Please sign in to comment.