diff options
author | Guillem Jover <guillem@debian.org> | 2018-10-01 02:58:30 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-10-08 12:11:52 +0200 |
commit | a07a608516f2eb7abcf2fdb3922503ea20b3a508 (patch) | |
tree | fbb8b989a4ae8f1e8e90261a57ceba8585927e3b /man | |
parent | 68b0f4dd8ac3f541926796a303015df782ef76ed (diff) | |
download | dpkg-a07a608516f2eb7abcf2fdb3922503ea20b3a508.tar.gz |
dpkg, dpkg-query: Add new --no-pager option
This makes it possible to disable any pager usage from these programs.
For dpkg this also becomes a configuration option.
Closes: #909754
Diffstat (limited to 'man')
-rw-r--r-- | man/dpkg-query.man | 3 | ||||
-rw-r--r-- | man/dpkg.man | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/man/dpkg-query.man b/man/dpkg-query.man index bcd477cd0..484395a22 100644 --- a/man/dpkg-query.man +++ b/man/dpkg-query.man @@ -181,6 +181,9 @@ Also load the available file when using the \fB\-\-show\fP and \fB\-\-list\fP commands, which now default to only querying the status file (since dpkg 1.16.2). .TP +.B \-\-no\-pager +Disables the use of any pager when showing information (since dpkg 1.19.2). +.TP .BR \-f ", " \-\-showformat=\fIformat\fR This option is used to specify the format of the output \fB\-\-show\fP will produce. The format is a string that will be output for each package diff --git a/man/dpkg.man b/man/dpkg.man index dd414b816..62ffceda3 100644 --- a/man/dpkg.man +++ b/man/dpkg.man @@ -834,6 +834,9 @@ For conffile changes where \fIdecision\fP is either \fBinstall\fP or \fBkeep\fP. .RE .TP +.B \-\-no\-pager +Disables the use of any pager when showing information (since dpkg 1.19.2). +.TP \fB\-\-no\-debsig\fP Do not try to verify package signatures. .TP |