On Sat 28 May 2011 at 22:37 +0800, Pang Yan Han wrote: > Signed-off-by: Pang Yan Han <[email protected]> > --- > 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 008a806..8458c97 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); > } >
This one looks OK to me.
