Skip to content

Commit

Permalink
tutorials: use jobid not jobID
Browse files Browse the repository at this point in the history
Problem: The convention is to use lowercase "jobid" to reference
jobids.

Change jobID to jobid in flux-mini-submit tutorial.
  • Loading branch information
Al Chu11 committed Feb 13, 2023
1 parent ea435cc commit 99e4ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/commands/flux-mini-submit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ task on just one node with 2 cores allocated for the task.
There are many different options to customize your job submission. For further
details, please see :core:man1:`flux-mini`.

A :ref:`jobID<fluid>` (e.g., ``ƒSUEFPDH``) is returned for every job submitted. You can view
A :ref:`jobid<fluid>` (e.g., ``ƒSUEFPDH``) is returned for every job submitted. You can view
the status of your running jobs with ``flux jobs``:

.. code-block:: console
Expand Down

0 comments on commit 99e4ab5

Please sign in to comment.