From: Nathan Wagner Date: Sun, 25 Nov 2018 06:55:54 +0000 (+0000) Subject: add e option fixup X-Git-Tag: v0.2.17~4 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=9d050f2f746624652d1ba7ef90fa8d3096bc7d89 add e option fixup --- 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;