Instead of making -q less silent, just make -E info a do-nothing option. Has the following effect:
modified pkg/info.c
@@ -3,7 +3,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,7 +138,8 @@ exec_info(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified pkg/utils.c
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -240,7 +240,7 @@ print_info(struct pkg * const pkg, uint64_t options)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|