12:1d8dd9706f46 | 13:1af94a91f439 |
---|---|
1 #!/usr/bin/env python3 | 1 #!/usr/bin/env python3 |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 | 3 |
4 # Copyright (c) 2003 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> | 4 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
5 # | 5 # |
6 | 6 |
7 """ | 7 """ |
8 Eric4 API Generator | 8 Eric4 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("eric4-api") | 34 print("eric4-api") |
35 print() | 35 print() |
36 print("Copyright (c) 2004 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>.") | 36 print("Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>.") |
37 print() | 37 print() |
38 print("Usage:") | 38 print("Usage:") |
39 print() | 39 print() |
40 print(" eric4-api [options] files...") | 40 print(" eric4-api [options] files...") |
41 print() | 41 print() |
83 """ | 83 """ |
84 print("""eric4-api %s | 84 print("""eric4-api %s |
85 | 85 |
86 Eric4 API generator. | 86 Eric4 API generator. |
87 | 87 |
88 Copyright (c) 2004 - 2009 Detlev Offenbach <detlev@die-offenbachs.de> | 88 Copyright (c) 2004 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> |
89 This is free software; see the LICENSE.GPL3 for copying conditions. | 89 This is free software; see the LICENSE.GPL3 for copying conditions. |
90 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A | 90 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A |
91 PARTICULAR PURPOSE.""" % Version) | 91 PARTICULAR PURPOSE.""" % Version) |
92 sys.exit(1) | 92 sys.exit(1) |
93 | 93 |