]> git.phdru.name Git - m_librarian.git/blobdiff - docs/command_line.rst
By default print only titles of the found book
[m_librarian.git] / docs / command_line.rst
index 1298111faefd32720c00e6573a6a2cfeb372791e..0e63d97acd8b1d72fd34510848b54ca9fcd15acf 100644 (file)
@@ -96,7 +96,7 @@ Book search
 
 Usage::
 
-    ml-search.py [-i] [-I] [-t ...] books [-t title] [-s series] [-a archive] [-f file]
+    ml-search.py [-i] [-I] [-t ...] books [-t title] [-s series] [-a archive] [-f file] [-d]
 
 Search and print a list of books by title, series, archive or file name.
 
@@ -106,6 +106,11 @@ Options::
     -s, --series series    Search by series
     -a, --archive archive  Search by archive (zip file)
     -f, --file file        Search by file name (without extension)
+    -d, --details          Output more details about books;
+                           repeat for even more details
+
+By default the program prints only titles of the found book. With one
+option `-d` it also prints the list of authors.
 
 Extension search
 ^^^^^^^^^^^^^^^^