2301:cfab9cb261d2 | 2302:f29e9405c851 |
---|---|
1 #!/usr/bin/env python3 | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 | 3 |
4 # Copyright (c) 2003 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> | 4 # Copyright (c) 2003 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # | 5 # |
6 | 6 |
7 """ | 7 """ |
8 Eric5 API Generator | 8 Eric5 API Generator |
9 | 9 |
31 It prints a reference of all commandline parameters that may | 31 It prints a reference of all commandline parameters that may |
32 be used and ends the application. | 32 be used and ends the application. |
33 """ | 33 """ |
34 print("eric5_api") | 34 print("eric5_api") |
35 print() | 35 print() |
36 print("Copyright (c) 2004 - 2012 Detlev Offenbach <detlev@die-offenbachs.de>.") | 36 print("Copyright (c) 2004 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>.") |
37 print() | 37 print() |
38 print("Usage:") | 38 print("Usage:") |
39 print() | 39 print() |
40 print(" eric5_api [options] files...") | 40 print(" eric5_api [options] files...") |
41 print() | 41 print() |
85 """ | 85 """ |
86 print("""eric5_api {0} | 86 print("""eric5_api {0} |
87 | 87 |
88 Eric5 API generator. | 88 Eric5 API generator. |
89 | 89 |
90 Copyright (c) 2004 - 2012 Detlev Offenbach <detlev@die-offenbachs.de> | 90 Copyright (c) 2004 - 2013 Detlev Offenbach <detlev@die-offenbachs.de> |
91 This is free software; see the LICENSE.GPL3 for copying conditions. | 91 This is free software; see the LICENSE.GPL3 for copying conditions. |
92 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A | 92 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
93 PARTICULAR PURPOSE.""".format(Version)) | 93 PARTICULAR PURPOSE.""".format(Version)) |
94 sys.exit(1) | 94 sys.exit(1) |
95 | 95 |