Minor rearrangements to whenjobs(1) manpage.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 13 Mar 2012 17:35:41 +0000 (17:35 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 13 Mar 2012 17:35:41 +0000 (17:35 +0000)
tools/whenjobs.pod

index 0d1204a..14ca141 100644 (file)
@@ -156,6 +156,12 @@ C<vi> is used.
 
 Print the value of a variable.
 
 
 Print the value of a variable.
 
+=item B<-help>
+
+=item B<--help>
+
+Display brief usage and exit.
+
 =item B<--job-names>
 
 List the names of all loaded jobs (whether they are running or not).
 =item B<--job-names>
 
 List the names of all loaded jobs (whether they are running or not).
@@ -215,7 +221,9 @@ operation.
 When using I<--type> and multiple variables, the type changes the
 remaining command line parameters until the next I<--type>, eg:
 
 When using I<--type> and multiple variables, the type changes the
 remaining command line parameters until the next I<--type>, eg:
 
- whenjobs --set cat=sushi --type float weight=3.5 --type string food=fish
+ whenjobs --set cat=sushi \
+     --type float weight=3.5 \
+     --type string food=fish
 
 (C<cat> and C<food> are strings, and C<weight> is a float).
 
 
 (C<cat> and C<food> are strings, and C<weight> is a float).
 
@@ -259,12 +267,6 @@ Display all the variables and their values, in the format C<name=value>.
 
 Display the name and version of the program and exit.
 
 
 Display the name and version of the program and exit.
 
-=item B<-help>
-
-=item B<--help>
-
-Display brief usage and exit.
-
 =back
 
 =head1 REFERENCE
 =back
 
 =head1 REFERENCE