39 It prints a reference of all commandline parameters that may |
39 It prints a reference of all commandline parameters that may |
40 be used and ends the application. |
40 be used and ends the application. |
41 """ |
41 """ |
42 print("eric6_api") |
42 print("eric6_api") |
43 print() |
43 print() |
44 print("Copyright (c) 2004 - 2019 Detlev Offenbach" |
44 print("Copyright (c) 2004 - 2020 Detlev Offenbach" |
45 " <detlev@die-offenbachs.de>.") |
45 " <detlev@die-offenbachs.de>.") |
46 print() |
46 print() |
47 print("Usage:") |
47 print("Usage:") |
48 print() |
48 print() |
49 print(" eric6_api [options] files...") |
49 print(" eric6_api [options] files...") |
100 print( |
100 print( |
101 """eric6_api {0}\n""" |
101 """eric6_api {0}\n""" |
102 """\n""" |
102 """\n""" |
103 """Eric6 API generator.\n""" |
103 """Eric6 API generator.\n""" |
104 """\n""" |
104 """\n""" |
105 """Copyright (c) 2004 - 2019 Detlev Offenbach""" |
105 """Copyright (c) 2004 - 2020 Detlev Offenbach""" |
106 """ <detlev@die-offenbachs.de>\n""" |
106 """ <detlev@die-offenbachs.de>\n""" |
107 """This is free software; see the LICENSE.GPL3 for copying""" |
107 """This is free software; see the LICENSE.GPL3 for copying""" |
108 """ conditions.\n""" |
108 """ conditions.\n""" |
109 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
109 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
110 """ FOR A\n""" |
110 """ FOR A\n""" |