From: robertl Date: Sun, 20 Feb 2011 19:16:58 +0000 (+0000) Subject: Fix description for nuke routes in delbin. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~903 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0f0b0522a690a194b111816a47db96a0ba7e6fe2;p=gpsbabel.git Fix description for nuke routes in delbin. --- diff --git a/gpsbabel/delbin.c b/gpsbabel/delbin.c index 34b92d97d..4fdc19ec2 100644 --- a/gpsbabel/delbin.c +++ b/gpsbabel/delbin.c @@ -119,7 +119,7 @@ static arglist_t delbin_args[] = { ARG_NOMINMAX }, {"nuketrk", &opt_nuke_trk, "Delete all tracks before sending", NULL, ARGTYPE_BOOL, ARG_NOMINMAX }, - {"nukerte", &opt_nuke_rte, "Delete all waypoints before sending", NULL, ARGTYPE_BOOL, + {"nukerte", &opt_nuke_rte, "Delete all routes before sending", NULL, ARGTYPE_BOOL, 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, "1" },