diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-18 13:05:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-18 13:05:32 +0200 |
commit | f8a5ac5337702119cb0f285879953cbdeceaeb20 (patch) | |
tree | 9e3d868dac98450e90ca8afd689424f26de603dd /src/test.c | |
parent | forgot to update the version (diff) | |
download | argparser-f8a5ac5337702119cb0f285879953cbdeceaeb20.tar.gz argparser-f8a5ac5337702119cb0f285879953cbdeceaeb20.tar.bz2 argparser-f8a5ac5337702119cb0f285879953cbdeceaeb20.tar.xz |
add alternative mode
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test.c')
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ int main(int argc, char** argv) "GNU Affero General Public License for more details.\n" "\n" "You should have received a copy of the GNU Affero General Public License\n" - "along with this library. If not, see <http://www.gnu.org/licenses/>.", 0, 1); + "along with this library. If not, see <http://www.gnu.org/licenses/>.", 0, 1, 0); args_add_option(args_new_argumentless(0, "-h", "-?", "--help", NULL), "Prints this help message\n(and exits)"); args_add_option(args_new_argumentless(0, "--hello", NULL), "Prints the text: hello world'"); |