diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 574995c4..ccc0a016 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -204,7 +204,7 @@ Transaction Options (apply to '-S', '-R' and '-U') *\--print-format* :: Specify a printf-like format to control the output of the '\--print' operation. The possible attributes are: %n for pkgname, %v for pkgver, - %l for location, %r for repo, and %s for size. + %l for location, %r for repo, and %s for size. Implies '\--print'. Upgrade Options (apply to '-S' and '-U')[[UO]] -------------------------------------------- diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index 93baa441..11f92cf7 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -574,6 +574,7 @@ static int parsearg_trans(int opt) break; case OP_PRINTFORMAT: check_optarg(); + config->print = 1; config->print_format = strdup(optarg); break; default: