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