* pacman.c: Add CacheDir to -v --verbose output.
This commit is contained in:
parent
941c23025c
commit
40855b48fe
1 changed files with 4 additions and 3 deletions
|
@ -512,6 +512,7 @@ int main(int argc, char *argv[])
|
||||||
if(config->verbose > 0) {
|
if(config->verbose > 0) {
|
||||||
printf("Root : %s\n", alpm_option_get_root());
|
printf("Root : %s\n", alpm_option_get_root());
|
||||||
printf("DBPath : %s\n", alpm_option_get_dbpath());
|
printf("DBPath : %s\n", alpm_option_get_dbpath());
|
||||||
|
printf("CacheDir : %s\n", alpm_option_get_cachedir());
|
||||||
list_display(_("Targets :"), pm_targets);
|
list_display(_("Targets :"), pm_targets);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue