diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pacman/pacman.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 008a8066..8458c976 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -913,6 +913,7 @@ int main(int argc, char *argv[])  		printf("\n");  		printf("Lock File : %s\n", alpm_option_get_lockfile());  		printf("Log File  : %s\n", alpm_option_get_logfile()); +		printf("GPG Dir   : %s\n", alpm_option_get_signaturedir());  		list_display("Targets   :", pm_targets);  	}  | 
