diff options
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 |