summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-10-09 14:35:37 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-11-04 10:17:46 +0200
commit4be2a6ed5db2ca69bd6a2d008c1290e592eaa3f8 (patch)
tree07c936957d46478f4846ed5e20111eedc51303b0 /doc
parent839679e4ec9667b2c36daab1fe0d499673228d50 (diff)
CLI: Add possibility to filter installed packages with regexp
Task-number: QTIFW-1953 Change-Id: Ie291e8ae96d46082e342e9bcb152258862813afd Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw-using.qdoc3
-rw-r--r--doc/installerfw.qdoc2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/installerfw-using.qdoc b/doc/installerfw-using.qdoc
index de354d32b..89c3351ee 100644
--- a/doc/installerfw-using.qdoc
+++ b/doc/installerfw-using.qdoc
@@ -441,7 +441,8 @@
\section1 Listing Installed Components
To get a list and print additional information about currently installed components, run the
- \c list command with the maintenance tool:
+ \c list command with the maintenance tool. The command also accepts an optional regular
+ expression argument to filter the shown component list.
\code
maintenancetool.exe list
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index a77459b1f..6d84e51d9 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -307,7 +307,7 @@
\li rm, remove <pkg ...>
\li Uninstall selected packages and their child components.
\row
- \li li, list
+ \li li, list <regexp>
\li List information about currently installed packages.
\row
\li se, search <regexp>