From abbc629ee928abf48ae66fdfbbeefd6b03253950 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Mon, 28 Apr 2014 12:29:10 +0200 Subject: software: document search command Resolves trac ticket #306 --- commands/software/lmi/scripts/software/cmd.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/software/lmi/scripts/software/cmd.py b/commands/software/lmi/scripts/software/cmd.py index d50f0a8..c3ec888 100644 --- a/commands/software/lmi/scripts/software/cmd.py +++ b/commands/software/lmi/scripts/software/cmd.py @@ -43,6 +43,9 @@ Usage: %(cmd)s disable ... Commands: + search Search packages. Produces a list of packages matching given + package specifications (see below). Allows filtering by + repository. By default only newest packages will be printed. list List various information about packages, repositories or files. show Show detailed informations about package or repository. -- cgit