From 1e9a1a0292dbbf8039b8fb7536dbff2af28c7afb Mon Sep 17 00:00:00 2001 From: Artyom Date: Wed, 7 Nov 2007 01:05:33 -0600 Subject: Add -q/--quiet option for controlling output. Currently this only affects -Ss, -Sl, and -Q to output less information (only package names). In the future, we can reuse this flag for other things as well. [Aaron: rewritten as a front-end flag] Signed-off-by: Aaron Griffin [Dan: squashed commits together] Signed-off-by: Dan McGee --- src/pacman/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index ee55e1d9..01d69498 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -26,6 +26,7 @@ typedef struct __config_t { char *configfile; unsigned short op; + unsigned short quiet; unsigned short verbose; unsigned short version; unsigned short help; -- cgit v1.2.3-24-g4f1b