Fixed #141 by removal of the double help listing.

This commit is contained in:
Martin Dvorak 2015-05-10 08:21:58 +02:00
parent b8595f8bb8
commit 406dc0e095
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ INSTALLATION
============
Install `hh` using [distribution](#distribution-installation),
from [source code](#installation-from-source-code), on [Ubuntu](#ubuntu),
[Fedora/RHEL/CentOS](#fedorarhelcentos), [Debian/Mint](#debianmint),
[Fedora/RHEL/CentOS/ScientificLinux](#fedorarhelcentos), [Debian/Mint](#debianmint),
[Arch Linux](#arch-linux) or [Mac OS](#mac-os).

View file

@ -36,6 +36,7 @@ Install HSTR:
* [Debian](INSTALLATION.md#debianmint)
* [Mint](INSTALLATION.md#debianmint)
* [Arch Linux](INSTALLATION.md#arch-linux)
* [Scientific Linux](#fedorarhelcentos)
* [Mac OS](INSTALLATION.md#mac-os)

View file

@ -1212,7 +1212,6 @@ void hstr_getopt(int argc, char **argv, Hstr *hstr)
case '?':
default:
printf("Unrecognized option: '%s'", HELP_STRING);
printf("%s", HELP_STRING);
exit(EXIT_SUCCESS);
}