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 - 2013 Detlev Offenbach" |
36 print("Copyright (c) 2004 - 2014 Detlev Offenbach" |
37 " <detlev@die-offenbachs.de>.") |
37 " <detlev@die-offenbachs.de>.") |
38 print() |
38 print() |
39 print("Usage:") |
39 print("Usage:") |
40 print() |
40 print() |
41 print(" eric5_api [options] files...") |
41 print(" eric5_api [options] files...") |
90 print( |
90 print( |
91 """eric5_api {0}\n""" |
91 """eric5_api {0}\n""" |
92 """\n""" |
92 """\n""" |
93 """Eric5 API generator.\n""" |
93 """Eric5 API generator.\n""" |
94 """\n""" |
94 """\n""" |
95 """Copyright (c) 2004 - 2013 Detlev Offenbach""" |
95 """Copyright (c) 2004 - 2014 Detlev Offenbach""" |
96 """ <detlev@die-offenbachs.de>\n""" |
96 """ <detlev@die-offenbachs.de>\n""" |
97 """This is free software; see the LICENSE.GPL3 for copying""" |
97 """This is free software; see the LICENSE.GPL3 for copying""" |
98 """ conditions.\n""" |
98 """ conditions.\n""" |
99 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
99 """There is NO warranty; not even for MERCHANTABILITY or FITNESS""" |
100 """ FOR A\n""" |
100 """ FOR A\n""" |