Skip to content
Snippets Groups Projects
Commit 9a4bb3a4 authored by Joseph P. Donaghy's avatar Joseph P. Donaghy
Browse files

Edit plural options to be singular.

parent e825938f
No related branches found
No related tags found
No related merge requests found
...@@ -814,7 +814,7 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\ ...@@ -814,7 +814,7 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\
\n\ \n\
<SPECS> are different for each command entity pair. \n\ <SPECS> are different for each command entity pair. \n\
list account - Clusters=, Descriptions=, Format=, \n\ list account - Clusters=, Descriptions=, Format=, \n\
Names=, Organizations=, Parents=, WithAssocs, \n\ Names=, Organizations=, Parents=, WithAssoc, \n\
WithDeleted, WithCoordinators, WithRawQOS, \n\ WithDeleted, WithCoordinators, WithRawQOS, \n\
and WOPLimits \n\ and WOPLimits \n\
add account - Clusters=, DefaultQOS=, Description=, Fairshare=,\n\ add account - Clusters=, DefaultQOS=, Description=, Fairshare=,\n\
...@@ -835,7 +835,7 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\ ...@@ -835,7 +835,7 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\
delete account - Clusters=, DefaultQOS=, Descriptions=, Names=, \n\ delete account - Clusters=, DefaultQOS=, Descriptions=, Names=, \n\
Organizations=, and Parents= \n\ Organizations=, and Parents= \n\
\n\ \n\
list associations - Accounts=, Clusters=, Format=, IDs=, \n\ list associations - Accounts=, Clusters=, Format=, ID=, \n\
Partitions=, Parent=, Tree, Users=, \n\ Partitions=, Parent=, Tree, Users=, \n\
WithSubAccounts, WithDeleted, WOLimits, \n\ WithSubAccounts, WithDeleted, WOLimits, \n\
WOPInfo, and WOPLimits \n\ WOPInfo, and WOPLimits \n\
...@@ -861,21 +861,21 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\ ...@@ -861,21 +861,21 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\
Format=, MaxCpus=, MinCpus=, Nodes=, Reason=, \n\ Format=, MaxCpus=, MinCpus=, Nodes=, Reason=, \n\
Start=, States=, and User= \n\ Start=, States=, and User= \n\
\n\ \n\
list qos - Descriptions=, Format=, Ids=, Names=, \n\ list qos - Descriptions=, Format=, Id=, Names=, \n\
PreemptMode=, and WithDeleted \n\ PreemptMode=, and WithDeleted \n\
add qos - Description=, GrpCPUMins=, GrpCPUs=, GrpJobs=, \n\ add qos - Description=, GrpCPUMins=, GrpCPUs=, GrpJobs=, \n\
GrpNodes=, GrpSubmitJob=, GrpWall=, \n\ GrpNodes=, GrpSubmitJob=, GrpWall=, \n\
MaxCPUMins=, MaxJobs=, MaxNodes=, MaxSubmitJobs=,\n\ MaxCPUMins=, MaxJobs=, MaxNodes=, MaxSubmitJobs=,\n\
MaxWall=, Preempt=, PreemptMode=, Priority=, \n\ MaxWall=, Preempt=, PreemptMode=, Priority=, \n\
and Names= \n\ and Names= \n\
delete qos - Descriptions=, IDs=, and Names= \n\ delete qos - Descriptions=, ID=, and Names= \n\
\n\ \n\
list transactions - Accounts=, Action=, Actor=, Clusters=, End=, \n\ list transactions - Accounts=, Action=, Actor=, Clusters=, End=, \n\
Format=, IDs=, Start=, User=, and WithAssoc \n\ Format=, ID=, Start=, User=, and WithAssoc \n\
\n\ \n\
list user - AdminLevel=, DefaultAccounts=, \n\ list user - AdminLevel=, DefaultAccount=, \n\
DefaultWCKeys=, Format=, Names=, \n\ DefaultWCKey=, Format=, Names=, \n\
QosLevel=, WithAssocs, WithCoordinators, \n\ QosLevel=, WithAssoc, WithCoordinators, \n\
WithDeleted, WithRawQOS, and WOPLimits \n\ WithDeleted, WithRawQOS, and WOPLimits \n\
add user - Accounts=, AdminLevel=, Clusters=, \n\ add user - Accounts=, AdminLevel=, Clusters=, \n\
DefaultAccount=, DefaultQOS=, DefaultWCKey=, \n\ DefaultAccount=, DefaultQOS=, DefaultWCKey=, \n\
...@@ -888,12 +888,12 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\ ...@@ -888,12 +888,12 @@ sacctmgr [<OPTION>] [<COMMAND>] \n\
MaxSubmitJobs=, MaxWall=, and QosLevel= \n\ MaxSubmitJobs=, MaxWall=, and QosLevel= \n\
RawUsage= (with admin privileges only) \n\ RawUsage= (with admin privileges only) \n\
(where options) Accounts=, AdminLevel=, \n\ (where options) Accounts=, AdminLevel=, \n\
Clusters=, DefaultAccounts=, Names=, \n\ Clusters=, DefaultAccount=, Names=, \n\
Partitions=, and QosLevel= \n\ Partitions=, and QosLevel= \n\
delete user - Accounts=, AdminLevel=, Clusters=, \n\ delete user - Accounts=, AdminLevel=, Clusters=, \n\
DefaultAccounts=, DefaultWCKeys=, and Names= \n\ DefaultAccount=, DefaultWCKey=, and Names= \n\
\n\ \n\
list wckey - Clusters=, End=, Format=, IDs=, Names=, \n\ list wckey - Clusters=, End=, Format=, ID=, Names=, \n\
Start=, User=, and WithDeleted \n\ Start=, User=, and WithDeleted \n\
\n\ \n\
archive dump - Directory=, Events, Jobs, \n\ archive dump - Directory=, Events, Jobs, \n\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment