]> git.armaanb.net Git - phrases.git/blob - man/phrases-extract.1.md
Add phrases-extract manpage
[phrases.git] / man / phrases-extract.1.md
1 % phrases-extract(1) 1.0.1
2 % Armaan Bhojwani
3 % January 2021
4
5 # NAME
6 phrases-extract - Extract Latin famous phrases from Wikipedia
7
8 # SYNOPSIS
9 phrases-extract [[options]]
10
11 # DESCRIPTION
12 **phrases-extract** is a Python script that converts the Wikipedia table of Latin famous phrases into a SQLite3 database for use with the **phrases** program
13
14 # OPTIONS
15 **-h**, **--help**
16 : Show a help message and exit
17
18 **-o** [file], **--output** [file]
19 : Specify the output file location. Default = ./phrases.db
20
21 **-v**, **--version**
22 : Print version
23
24 # EXIT VALUES
25 **0**
26 : Success
27
28 **2**
29 : Invalid option
30
31 # SEE ALSO
32   **phrases(1)**
33
34 # BUGS, PATCHES
35 https://lists.sr.ht/~armaan/public-inbox
36
37 # COPYRIGHT
38 Copyright 2021 Armaan Bhojwani <me@armaanb.net>. MIT License