Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
updated type in readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
dopefishh committed Jul 21, 2015
1 parent d25a86f commit 10f04f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[flashcards][1]. *pycards* is written in [Python 3][2] and uses a [sqlite][3]
database to store all the data. It is starting to get a little usable.

### Usage of `cli.py`: Command line interface
### Usage of `cli.py`
`cli.py [globaloptions] {list,load,remove,export,session} [options] [args]`

- `globaloptions`
Expand All @@ -19,7 +19,7 @@ database to store all the data. It is starting to get a little usable.
used.
- `-l {INFO,DEBUG,SILENT}`, `--loglevel {INFO,DEBUG,SILENT}`

Specify a custom log level. If not given SILENT is used.
Specify a custom log level. If not given `SILENT` is used.
- `-f LOGFILE`, `--logfile LOGFILE`

Specify a log file location. If not given stdout is used.
Expand Down Expand Up @@ -118,7 +118,7 @@ database to store all the data. It is starting to get a little usable.
*[Version 0.1](https://github.com/dopefishh/pycards/releases/tag/v0.1)*
- Initial version

### LICENCE
### Licence
See `LICENCE` file.

[1]: https://en.wikipedia.org/wiki/Flashcard
Expand Down

0 comments on commit 10f04f3

Please sign in to comment.