28 from eric7.__version__ import Version |
28 from eric7.__version__ import Version |
29 |
29 |
30 # 1. create the argument parser |
30 # 1. create the argument parser |
31 parser = argparse.ArgumentParser( |
31 parser = argparse.ArgumentParser( |
32 description="Graphical tool of the eric tool suite to inspect SQL databases.", |
32 description="Graphical tool of the eric tool suite to inspect SQL databases.", |
33 epilog="Copyright (c) 2009 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
33 epilog="Copyright (c) 2009 - 2025 Detlev Offenbach <detlev@die-offenbachs.de>.", |
34 ) |
34 ) |
35 |
35 |
36 # 2. add the arguments |
36 # 2. add the arguments |
37 parser.add_argument( |
37 parser.add_argument( |
38 "-V", |
38 "-V", |