From c8d40a4ff86668814f395837e2b469530eea0877 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 23 Jun 2003 22:54:57 +0000 Subject: [PATCH] Correct default job states reported. Add completing to running and pending. --- doc/man/man1/squeue.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man/man1/squeue.1 b/doc/man/man1/squeue.1 index dfc3350d8b8..791d511010b 100644 --- a/doc/man/man1/squeue.1 +++ b/doc/man/man1/squeue.1 @@ -120,7 +120,8 @@ Note that sorting is not supported for all fields at this time. \fB\-t\fR, \fB\-\-states\fR Specify the states of jobs to view. Accepts a comma separated list of state names or "all". If "all" is specified then jobs of all states will be -reported. If no state is specified, pending and running jobs are reported. +reported. If no state is specified then pending, running, and completing + jobs are reported. .TP \fB\-u\fR, \fB\-\-users\fR Specifies a comma separated list of users whose jobs or job steps are to be -- GitLab