Minor fix
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment