35 parser = argparse.ArgumentParser( |
35 parser = argparse.ArgumentParser( |
36 description=( |
36 description=( |
37 "Create API files to be used by 'QScintilla' or the 'eric Assistant'" |
37 "Create API files to be used by 'QScintilla' or the 'eric Assistant'" |
38 " plugin. It is part of the eric tool suite." |
38 " plugin. It is part of the eric tool suite." |
39 ), |
39 ), |
40 epilog="Copyright (c) 2003 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", |
40 epilog="Copyright (c) 2003 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
41 ) |
41 ) |
42 |
42 |
43 parser.add_argument( |
43 parser.add_argument( |
44 "file", |
44 "file", |
45 nargs="+", |
45 nargs="+", |