1= '''
2(Option Help)
3> ./comedycentral.py -h
4Usage: ./comedycentral.py -hduvlST [parameters] <search text>
5Version: v0.1.0 Author: R.D.Vaughan
6
7For details on the MythTV Netvision plugin see the wiki page at:
8http://www.mythtv.org/wiki/MythNetvision
9
10Options:
11 -h, --help show this help message and exit
12 -d, --debug Show debugging info (URLs, raw XML ... etc, info
13 varies per grabber)
14 -u, --usage Display examples for executing the script
15 -v, --version Display grabber name and supported options
16 -l LANGUAGE, --language=LANGUAGE
17 Select data that matches the specified language fall
18 back to English if nothing found (e.g. 'es' EspaƱol,
19 'de' Deutsch ... etc). Not all sites or grabbers
20 support this option.
21 -p PAGE NUMBER, --pagenumber=PAGE NUMBER
22 Display specific page of the search results. Default
23 is page 1. Page number is ignored with the Tree View
24 option (-T).
25 -T, --treeview Display a Tree View of a sites videos
26
27> ./comedycentral.py -v
28
29> ./comedycentral.py -T
30'''