From b295c1cc4ba96cd566b33d7a1767214ce5f100cd Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Tue, 18 Jun 2013 13:02:18 +0000 Subject: [PATCH] Alphabetise the options in the man page. --- rawdog.1 | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/rawdog.1 b/rawdog.1 index 8c14307..72c1297 100644 --- a/rawdog.1 +++ b/rawdog.1 @@ -19,18 +19,10 @@ This program follows the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. For a complete description, see the README file. .TP -.B \-u, \-\-update -Fetch data from the feeds and store it. This could take some time if -you've got lots of feeds. -.TP -.B \-w, \-\-write -Write out the HTML output file. -.TP -.BI \-f \ SOMEURL\fP, \ \-\-update\-feed \ SOMEURL -Update the feed pointed to by -.I SOMEURL -immediately, even if its period hasn't elapsed since it was last -updated. +.BI \-a \ URL\fP, \ \-\-add \ URL +Add a new feed to the config file, using Mark Pilgrim's "feedfinder" +module to extract the location of the feed from +.IR URL . .TP .BI \-c \ FILE\fP, \ \-\-config \ FILE Read @@ -44,19 +36,27 @@ may be an absolute path or a path relative to your .rawdog directory. Note that $HOME/.rawdog/config will still be read first even if you specify this option. .TP -.B \-t, \ \-\-show\-template -Print the template currently in use to stdout. -.TP -.BI \-a \ URL\fP, \ \-\-add \ URL -Add a new feed to the config file, using Mark Pilgrim's "feedfinder" -module to extract the location of the feed from -.IR URL . -.TP .BI \-d \ DIR\fP, \ \-\-dir \ DIR Use .I DIR instead of the $HOME/.rawdog directory. .TP +.BI \-f \ SOMEURL\fP, \ \-\-update\-feed \ SOMEURL +Update the feed pointed to by +.I SOMEURL +immediately, even if its period hasn't elapsed since it was last +updated. +.TP +.B \-t, \ \-\-show\-template +Print the template currently in use to stdout. +.TP +.B \-u, \-\-update +Fetch data from the feeds and store it. This could take some time if +you've got lots of feeds. +.TP +.B \-w, \-\-write +Write out the HTML output file. +.TP .B \-\-help Provide a brief summary of all the options rawdog supports, and exit. .SH FILES @@ -66,5 +66,5 @@ $HOME/.rawdog/config .SH AUTHOR rawdog was written by Adam Sampson . .PP -This manual page was written by Decklin Foster , -for the Debian project (but may be used by others). +This manual page was originally written by Decklin Foster +, for the Debian project (but may be used by others). -- 2.35.1