commit: 4b27faa3832c62110573d4fa587a117047bf139c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Jul 18 18:38:46 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Jul 18 18:38:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=4b27faa3
man/qlop: q -> g g is now best matched by t, q was never doing anything in particular Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> man/include/qlop.desc | 2 +- man/qlop.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/include/qlop.desc b/man/include/qlop.desc index 3505173..e39f689 100644 --- a/man/include/qlop.desc +++ b/man/include/qlop.desc @@ -21,6 +21,6 @@ After version \fB0.74\fR of portage-utils, \fIqlop\fR was changed considerably to be more consistent and more advanced. Most notably, this has changed default date output and commmand line flags. Instead of reporting the time the operation finished, \fIqlop\fR now reports the -time the operation started. The behaviour of the old \fB-q\fR flag is +time the operation started. The behaviour of the old \fB-g\fR flag is best matched by the new \fB-t\fR flag. Similar, the old \fB-t\fR flag is matched by the new \fB-a\fR flag. diff --git a/man/qlop.1 b/man/qlop.1 index 909ebdc..baa5bf5 100644 --- a/man/qlop.1 +++ b/man/qlop.1 @@ -29,7 +29,7 @@ After version \fB0.74\fR of portage-utils, \fIqlop\fR was changed considerably to be more consistent and more advanced. Most notably, this has changed default date output and commmand line flags. Instead of reporting the time the operation finished, \fIqlop\fR now reports the -time the operation started. The behaviour of the old \fB-q\fR flag is +time the operation started. The behaviour of the old \fB-g\fR flag is best matched by the new \fB-t\fR flag. Similar, the old \fB-t\fR flag is matched by the new \fB-a\fR flag. .SH OPTIONS
