src/args.c: Remove obsolete "-N" flag
This is superseded by custom format strings. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
7f0c3003ac
commit
6b95f7b67d
@ -615,7 +615,6 @@ parse_args (int argc, char **argv)
|
|||||||
int gflag = 0; /* -g: run garbage collector */
|
int gflag = 0; /* -g: run garbage collector */
|
||||||
int iflag = 0; /* -i: import data */
|
int iflag = 0; /* -i: import data */
|
||||||
int nflag = 0; /* -n: print next appointment */
|
int nflag = 0; /* -n: print next appointment */
|
||||||
int Nflag = 0; /* -N: also print note content with apps and todos */
|
|
||||||
int rflag = 0; /* -r: specify the range of days to consider */
|
int rflag = 0; /* -r: specify the range of days to consider */
|
||||||
int sflag = 0; /* -s: specify the first day to consider */
|
int sflag = 0; /* -s: specify the first day to consider */
|
||||||
int Sflag = 0; /* -S: specify a regex to search for */
|
int Sflag = 0; /* -S: specify a regex to search for */
|
||||||
@ -714,9 +713,6 @@ parse_args (int argc, char **argv)
|
|||||||
multiple_flag++;
|
multiple_flag++;
|
||||||
load_data++;
|
load_data++;
|
||||||
break;
|
break;
|
||||||
case 'N':
|
|
||||||
Nflag = 1;
|
|
||||||
break;
|
|
||||||
case 'r':
|
case 'r':
|
||||||
rflag = 1;
|
rflag = 1;
|
||||||
multiple_flag++;
|
multiple_flag++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user