From 1311d8b6624fbb7c7672f41d2aa9c09a8a253f93 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 23 Jan 2013 19:54:26 +0100 Subject: [PATCH] Fix wrong option name. See issue #3. --- doc/changelog.txt | 2 ++ doc/dosage.1 | 6 +++--- doc/dosage.1.html | 2 +- doc/dosage.txt | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 718e73bac..884121b58 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -10,6 +10,8 @@ Changes: - comics: CyanideAndHappiness image filename now has the strip number prefixed. Fixes: +- documentation: Fix wrong option name: it's -a instead of -c. + Closes: GH bug #3 - comics: Fix UnboundLocalError when using indexed retrieval. Closes: GH bug #4 - scripts: Ensure the generated comic names do not exceed 100 characters so diff --git a/doc/dosage.1 b/doc/dosage.1 index 981a25a22..a123e0e3e 100644 --- a/doc/dosage.1 +++ b/doc/dosage.1 @@ -39,7 +39,7 @@ Output brief help information. List available comic modules in multi\-column fashion. .TP \fB\-\-singlelist\fP -List available comic modules in single-column fashion. +List available comic modules in single\-column fashion. .TP \fB\-m\fP \fIMODULE\fP, \fB\-\-modulehelp=\fP\fIMODULE\fP Output module-specific help for \fIMODULE\fP. @@ -131,7 +131,7 @@ Retrieve the Penny Arcade strip for a given index: Retrieve Calvin and Hobbes strips from a given index going backwards to the beginning until an existing file is found: .RS -.B dosage \-c calvinandhobbes:20120722 +.B dosage \-a calvinandhobbes:20120722 .RE .SH ENVIRONMENT .IP HTTP_PROXY @@ -155,7 +155,7 @@ a program error occurred. .IP \(bu comics could not be found or downloaded .IP \(bu -the program run was aborted with Ctrl-C +the program run was aborted with Ctrl\-C .PP Else the return value is zero. .SH BUGS diff --git a/doc/dosage.1.html b/doc/dosage.1.html index 31344736a..3f4c8b3d9 100644 --- a/doc/dosage.1.html +++ b/doc/dosage.1.html @@ -180,7 +180,7 @@ Retrieve the Penny Arcade strip for a given index: Retrieve Calvin and Hobbes strips from a given index going backwards to the beginning until an existing file is found:
-dosage -c calvinandhobbes:20120722 +dosage -a calvinandhobbes:20120722
diff --git a/doc/dosage.txt b/doc/dosage.txt index c8e16424f..016a2706b 100644 --- a/doc/dosage.txt +++ b/doc/dosage.txt @@ -116,7 +116,7 @@ EXAMPLES dosage pennyarcade:2004-07-22 Retrieve Calvin and Hobbes strips from a given index going backwards to the beginning until an existing file is found: - dosage -c calvinandhobbes:20120722 + dosage -a calvinandhobbes:20120722 ENVIRONMENT HTTP_PROXY