24 from eric7.UI.Info import Version |
24 from eric7.UI.Info import Version |
25 |
25 |
26 # 1. create the argument parser |
26 # 1. create the argument parser |
27 parser = argparse.ArgumentParser( |
27 parser = argparse.ArgumentParser( |
28 description="Web Browser application of the eric tool suite.", |
28 description="Web Browser application of the eric tool suite.", |
29 epilog="Copyright (c) 2002 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>.", |
29 epilog="Copyright (c) 2002 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>.", |
30 ) |
30 ) |
31 |
31 |
32 # 2. add the arguments |
32 # 2. add the arguments |
33 parser.add_argument( |
33 parser.add_argument( |
34 "-V", |
34 "-V", |