From ff2670fcc7fe0b62a44dce15272b7cb362256e05 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 Mar 2012 17:35:41 +0000 Subject: [PATCH 1/1] Minor rearrangements to whenjobs(1) manpage. --- tools/whenjobs.pod | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tools/whenjobs.pod b/tools/whenjobs.pod index 0d1204a..14ca141 100644 --- a/tools/whenjobs.pod +++ b/tools/whenjobs.pod @@ -156,6 +156,12 @@ C is used. 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). @@ -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: - 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 and C are strings, and C is a float). @@ -259,12 +267,6 @@ Display all the variables and their values, in the format C. Display the name and version of the program and exit. -=item B<-help> - -=item B<--help> - -Display brief usage and exit. - =back =head1 REFERENCE -- 1.8.3.1