Skip to content

Commit

Permalink
fix option processing for delbin gcsym option.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Feb 20, 2016
1 parent a092851 commit 81a9c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delbin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static arglist_t delbin_args[] = {
ARG_NOMINMAX
},
{"hint_at_end", &opt_hint_at_end, "If true, geocache hint at end of text", NULL, ARGTYPE_BOOL, ARG_NOMINMAX },
{"gcsym", &opt_gcsym, "If set to 0, prefer user-provided symbols over Groundspeaks ones for geocaches", NULL, ARGTYPE_BOOL, ARG_NOMINMAX, (char*) "1" },
{"gcsym", &opt_gcsym, "If set to 0, prefer user-provided symbols over Groundspeaks ones for geocaches", "1", ARGTYPE_BOOL, ARG_NOMINMAX },
ARG_TERMINATOR
};

Expand Down

0 comments on commit 81a9c27

Please sign in to comment.