index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/pacman.c | 7 |
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 */ |