Skip to content
Snippets Groups Projects
Commit 85a6cab3 authored by Moe Jette's avatar Moe Jette
Browse files

Describe new command line options -V, --version.

parent c9d5d105
No related branches found
No related tags found
No related merge requests found
......@@ -22,16 +22,22 @@ be abbreviated to the extent that the specification is unique.
.TP
\fBOPTIONS\fR
.TP
\fB-h\fR
\fB\-h\fR, \fB\-\-help\fR
Print a help message describing the usage of scontrol.
.TP
\fB-q\fR
\fB\-o\fR, \fB\-\-oneliner\fR
Print information one line per record.
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Print no warning or informational messages, only fatal error messages.
.TP
\fB-v\fR
\fB-v\fR, \fB\-\-verbose\fR
Print detailed event logging. This includes time-stamps on data structures,
record counts, etc.
.TP
\fB\-V\fR , \fB\-\-version\fR
Print version information and exit.
.TP
\fBCOMMANDS\fR
.TP
\fIabort\fP
......@@ -47,6 +53,9 @@ Terminate the execution of scontrol.
\fIhelp\fP
Display a description of scontrol options and commands.
.TP
\fIoneliner\fP
Print information one line per record.
.TP
\fIpid2jid\fP \fIPROC_ID\fP
Print the Slurm job id corresponding to the supplied process id, \fIPROC_ID\fP,
on the current node.
......
......@@ -115,6 +115,10 @@ Dipaly brief description of commands and options.
.TP
\fB\-v\fR , \fB\-\-verbose\fR
Provide detailed event logging through program execution.
.TP
\fB\-V\fR , \fB\-\-version\fR
Print version information and exit.
.SH "ARGUMENTS"
.TP
\fBnodes\fR
......
......@@ -130,6 +130,9 @@ reported.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Report details of squeues actions.
.TP
\fB\-V\fR , \fB\-\-version\fR
Print version information and exit.
.SH "ENVIRONMENT VARIABLES"
.PP
......
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