33 It prints a reference of all commandline parameters that may |
33 It prints a reference of all commandline parameters that may |
34 be used and ends the application. |
34 be used and ends the application. |
35 """ |
35 """ |
36 print("eric7_api") |
36 print("eric7_api") |
37 print() |
37 print() |
38 print("Copyright (c) 2004 - 2021 Detlev Offenbach" |
38 print("Copyright (c) 2004 - 2022 Detlev Offenbach" |
39 " <detlev@die-offenbachs.de>.") |
39 " <detlev@die-offenbachs.de>.") |
40 print() |
40 print() |
41 print("Usage:") |
41 print("Usage:") |
42 print() |
42 print() |
43 print(" eric7_api [options] files...") |
43 print(" eric7_api [options] files...") |
94 print( |
94 print( |
95 """eric7_api {0}\n""" |
95 """eric7_api {0}\n""" |
96 """\n""" |
96 """\n""" |
97 """eric API generator.\n""" |
97 """eric API generator.\n""" |
98 """\n""" |
98 """\n""" |
99 """Copyright (c) 2004 - 2021 Detlev Offenbach""" |
99 """Copyright (c) 2004 - 2022 Detlev Offenbach""" |
100 """ <detlev@die-offenbachs.de>\n""" |
100 """ <detlev@die-offenbachs.de>\n""" |
101 """This is free software; see the LICENSE.GPL3 for copying""" |
101 """This is free software; see the LICENSE.GPL3 for copying""" |
102 """ conditions.\n""" |
102 """ conditions.\n""" |
103 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
103 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
104 """ FOR A\n""" |
104 """ FOR A\n""" |