From 9d050f2f746624652d1ba7ef90fa8d3096bc7d89 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 25 Nov 2018 06:55:54 +0000 Subject: [PATCH] add e option fixup --- zpm-note.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-note.c b/zpm-note.c index ced0d3f..927f30a 100644 --- a/zpm-note.c +++ b/zpm-note.c @@ -49,7 +49,7 @@ int main(int ac, char **av){ * zpm note -A */ int list = 0, delete = 0, ack = 0; - while ((opt = getopt(ac, av, "f:p:P:H:m:n:lDAa")) != -1) { + while ((opt = getopt(ac, av, "f:p:P:H:m:n:lDAae")) != -1) { switch (opt) { case 'f': dbfile = optarg; break; case 'p': n.pkgid = optarg; break; -- 2.40.0