aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-20 23:44:40 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-07-20 23:44:40 -0300
commit37c44c8ca04fa447ca5a6a97dc2533106612b27d (patch)
tree2ab7169c433969930bfc754830fcbb6804929399 /docs
parentadded a test to verify if the selected package manager is currently (diff)
downloadg-octave-37c44c8ca04fa447ca5a6a97dc2533106612b27d.tar.gz
g-octave-37c44c8ca04fa447ca5a6a97dc2533106612b27d.tar.bz2
g-octave-37c44c8ca04fa447ca5a6a97dc2533106612b27d.zip
added the search of packages
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst
index f97d175..252818b 100644
--- a/docs/userguide.rst
+++ b/docs/userguide.rst
@@ -206,6 +206,19 @@ or ::
The options ``--ask`` and ``--verbose`` are also supported.
+Searching packages
+------------------
+
+You can do searches on the package names if you use the option ``-s`` or
+``--search``. Regular expressions are allowed. ::
+
+ # g-octave --search anything
+
+or ::
+
+ # g-octave -s ^con
+
+
Uninstalling packages
---------------------