1502:9a74e0e9f28c | 1510:e75ecf2bd9dd |
---|---|
1 #!/usr/bin/env python3 | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 | 3 |
4 # Copyright (c) 2003 - 2011 Detlev Offenbach <detlev@die-offenbachs.de> | 4 # Copyright (c) 2003 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # | 5 # |
6 | 6 |
7 """ | 7 """ |
8 Eric5 Documentation Generator | 8 Eric5 Documentation Generator |
9 | 9 |
35 It prints a reference of all commandline parameters that may | 35 It prints a reference of all commandline parameters that may |
36 be used and ends the application. | 36 be used and ends the application. |
37 """ | 37 """ |
38 print("eric5-doc") | 38 print("eric5-doc") |
39 print() | 39 print() |
40 print("Copyright (c) 2003 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>.") | 40 print("Copyright (c) 2003 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>.") |
41 print() | 41 print() |
42 print("Usage:") | 42 print("Usage:") |
43 print() | 43 print() |
44 print(" eric5-doc [options] files...") | 44 print(" eric5-doc [options] files...") |
45 print() | 45 print() |
120 """ | 120 """ |
121 print("""eric5-doc {0} | 121 print("""eric5-doc {0} |
122 | 122 |
123 Eric5 API documentation generator. | 123 Eric5 API documentation generator. |
124 | 124 |
125 Copyright (c) 2003-2011 Detlev Offenbach <detlev@die-offenbachs.de> | 125 Copyright (c) 2003-2012 Detlev Offenbach <detlev@die-offenbachs.de> |
126 This is free software; see the LICENSE.GPL3 for copying conditions. | 126 This is free software; see the LICENSE.GPL3 for copying conditions. |
127 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A | 127 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
128 PARTICULAR PURPOSE.""".format(Version)) | 128 PARTICULAR PURPOSE.""".format(Version)) |
129 sys.exit(1) | 129 sys.exit(1) |
130 | 130 |