Commit 2afb3048 2afb304842fd49116ef1e87420361d5f717aa4a2 by Sergey Poznyakoff

Minor fix

1 parent a9521050
......@@ -45,8 +45,8 @@ static struct argp_option options[] = {
N_("Consider two datefields equal if their difference lies within the given nuber of DAYS."), 11},
{"nolimit", ARG_NOLIMIT, NULL, 0,
N_("Undo the effect of the last --limit option"), 11},
{"textfield", ARG_TEXTFIELD, N_("STRING"), 15,
N_("Sort on the text field"), 1},
{"textfield", ARG_TEXTFIELD, N_("STRING"), 0,
N_("Sort on the text field"), 15},
{"notextfield", ARG_NOTEXTFIELD, NULL, 0,
N_("Undo the effect of the last --textfield option"), 15},
{"numfield", ARG_NUMFIELD, N_("STRING"), 0,
......