Commit 2afb3048 2afb304842fd49116ef1e87420361d5f717aa4a2 by Sergey Poznyakoff

Minor fix

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