diff --git a/README b/README index aa6805c..998c786 100644 --- a/README +++ b/README @@ -7,4 +7,19 @@ positional arguments: optional arguments: -h, --help show this help message and exit - --arch ARCH path to archives directory (default='archives') \ No newline at end of file + --arch ARCH path to archives directory (default='archives') + + --- + +usage: search.py [-h] [--list LIST [LIST ...]] [--field FIELD] keyword + +Searches mailinglist's archives + +positional arguments: + keyword keyword to search + +optional arguments: + -h, --help show this help message and exit + --list LIST [LIST ...] + mailinglist(s') name(s) + --field FIELD message field (i.e. 'content' or 'subject', etc.) \ No newline at end of file