Skip to content

Commit

Permalink
doc: add dash to flux-job manpage
Browse files Browse the repository at this point in the history
Problem: the --severity option for flux job raise is
missing a dash.

Add the dash.
  • Loading branch information
wihobbs committed Sep 26, 2024
1 parent 961ef58 commit 930ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man1/flux-job.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SYNOPSIS
| **flux** **job** **wait** [*-v*] [*--all*] [*id*]
| **flux** **job** **kill** [*--signal=SIG*] *ids...*
| **flux** **job** **killall** [*-f*] [*--user=USER*] [*--signal=SIG*]
| **flux** **job** **raise** [*-severity=N*] [*--type=TYPE*] *ids...* [*--*] [*message...*]
| **flux** **job** **raise** [*--severity=N*] [*--type=TYPE*] *ids...* [*--*] [*message...*]
| **flux** **job** **raiseall** [*--severity=N*] [*--user=USER*] [*--states=STATES*] *type* [ [*--*] [*message...*]
| **flux** **job** **taskmap** [*OPTIONS*] *id* | *taskmap*
| **flux** **job** **timeleft** [*-H*] [*id*]
Expand Down

0 comments on commit 930ae95

Please sign in to comment.