# HG changeset patch # User Matti Hamalainen # Date 1646133817 -7200 # Node ID 4fb259e345c2b676ddf723f05309e027a1ba2428 # Parent 0d9303f30e68917de82190d4e7f9a9734e38e26e Bump copyright years. diff -r 0d9303f30e68 -r 4fb259e345c2 lxmldump.py --- a/lxmldump.py Tue Mar 01 13:23:25 2022 +0200 +++ b/lxmldump.py Tue Mar 01 13:23:37 2022 +0200 @@ -3,7 +3,7 @@ ### ### lxmldump - Convert and dump ISO/FDIS 1951 XML file data ### Programmed and designed by Matti 'ccr' Hämäläinen -### (C) Copyright 2021 Tecnic Software productions (TNSP) +### (C) Copyright 2021-2022 Tecnic Software productions (TNSP) ### ### Released / distributed under 3-clause BSD license ### (see file "COPYING" for more information) @@ -288,7 +288,8 @@ class PKKArgumentParser(argparse.ArgumentParser): def print_help(self): print("lxmldump - Convert and dump ISO/FDIS 1951 XML file data\n" - "(C) Copyright 2021 Matti 'ccr' Hämäläinen \n") + "(C) Copyright 2021-2022 Matti 'ccr' Hämäläinen \n") + super().print_help() print("\nAvailable output modes:")