Skip to content

Commit 198073d

Browse files
committed
Correcting usage
1 parent 9e9b823 commit 198073d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib2inpx/lib2inpx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,7 +1119,7 @@ int main(int argc, char* argv[])
11191119
("archives", po::value< string >(), "Path(s) to off-line archives. Multiple entries should be separated by ';'. Each path must be valid and must point to some archives, or processing would be aborted. (If not present - entire database is converted for online usage)")
11201120
("read-fb2", po::value< string >(), "When archived book is not present in the database - try to parse fb2 in archive to get information. \"all\" - do it for all absent books, \"last\" - only process books with ids larger than last database id (If not present - no fb2 parsing)")
11211121
("prefer-fb2", po::value< string >(), "Parse fb2 in archive to get sequence information (default: ignore). \"ignore\" - ignore information from fb2, \"merge\" - prefer info from fb2, \"complement\" - prefer info from database, \"replace\" - always use info from fb2")
1122-
("sequence", po::value< string >(), "How to process sequence types from database (default: ignore). \"ignore\" - don't do any processing. For librusec database format 2011-11-06: \"author\" - always select author's book sequence, \"publisher\" - always select publisher's book sequence. For flibusta: \"author\" - prefer author's book sequence, \"publisher\" - prefer publisher's book sequence")
1122+
("sequence", po::value< string >(), "How to process sequence types from database (default: author). \"ignore\" - don't do any processing. For librusec database format 2011-11-06: \"author\" - always select author's book sequence, \"publisher\" - always select publisher's book sequence. For flibusta: \"author\" - prefer author's book sequence, \"publisher\" - prefer publisher's book sequence")
11231123
("out-dir", po::value< string >(), "Where to put resulting inpx file and temporary MySQL database (default: <program_path>)")
11241124
("inpx", po::value< string >(), "Full name of output file (default: <program_path>/data/<db_name>_<db_dump_date>.inpx)")
11251125
("comment", po::value< string >(), "File name of template (UTF-8) for INPX comment")

0 commit comments

Comments
 (0)