]> pd.if.org Git - zpackage/commitdiff
add e option fixup
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 25 Nov 2018 06:55:54 +0000 (06:55 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 25 Nov 2018 06:55:54 +0000 (06:55 +0000)
zpm-note.c

index ced0d3fd525a19fbdc45ca6037f5b58462702bfb..927f30a45b8443ed6c93f92a25ae2061fdef35c7 100644 (file)
@@ -49,7 +49,7 @@ int main(int ac, char **av){
         * zpm note -A <n>
         */
        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;