summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/pacman.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 358b560a..b58f2ae9 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -510,9 +510,10 @@ int main(int argc, char *argv[])
alpm_option_set_dlcb(log_progress);
if(config->verbose > 0) {
- printf("Root : %s\n", alpm_option_get_root());
- printf("DBPath: %s\n", alpm_option_get_dbpath());
- list_display(_("Targets:"), pm_targets);
+ printf("Root : %s\n", alpm_option_get_root());
+ printf("DBPath : %s\n", alpm_option_get_dbpath());
+ printf("CacheDir : %s\n", alpm_option_get_cachedir());
+ list_display(_("Targets :"), pm_targets);
}
/* Opening local database */