From: Oleg Broytman Date: Fri, 13 May 2016 18:50:59 +0000 (+0300) Subject: Document extension search X-Git-Tag: 0.0.5~4 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=0e748b3079d865e98729d4bff04552518cf461b9 Document extension search --- diff --git a/docs-ru/command_line.rst b/docs-ru/command_line.rst index 7a24bbc..140e330 100644 --- a/docs-ru/command_line.rst +++ b/docs-ru/command_line.rst @@ -93,4 +93,13 @@ ml-search.py Искать и печатать список авторов, чья фамилия начинается на "друг" и имя начинается на "в", без учёта регистра. +Поиск расширений +^^^^^^^^^^^^^^^^ + +Использование:: + + ml-search.py [-i] [-I] [-t ...] ext name + +Искать и печатать список расширений имён файлов по имени. + .. vim: set tw=72 : diff --git a/docs/command_line.rst b/docs/command_line.rst index 6347dff..bb3b8a2 100644 --- a/docs/command_line.rst +++ b/docs/command_line.rst @@ -91,4 +91,13 @@ Example:: Search and print a list of authors whose surname starts with "duck", and name starts with "mack", case insensitive. +Extension search +^^^^^^^^^^^^^^^^ + +Usage:: + + ml-search.py [-i] [-I] [-t ...] ext name + +Search and print a list of extensions by name. + .. vim: set tw=72 :