X-Git-Url: https://git.sthu.org/?p=smailq.git;a=blobdiff_plain;f=smailq;h=1ab3afc95bba77ccf8a79e4e6d4b0c68c1a1f3ec;hp=73c954fcbb8bc757d3dae7b02ac9c4bd33ac8bbf;hb=5b83ca873f1dc9117a9b3590f0aa07fe2806fce9;hpb=89639462ddd575e1115fb8aad0c12905be102169 diff --git a/smailq b/smailq index 73c954f..1ab3afc 100755 --- a/smailq +++ b/smailq @@ -5,7 +5,7 @@ __author__ = "Stefan Huber" __copyright__ = "Copyright 2013" __license__ = "LGPL-3" -__version__ = "1.0" +__version__ = "1.2" from contextlib import contextmanager @@ -390,7 +390,7 @@ COMMANDS: OPTIONS: -C, --config=FILE - Use the given configuration file instead of "$HOME/.smailq.conf". + Use the given configuration file. -q, --quiet Do not print info messages. @@ -434,7 +434,7 @@ if __name__ == "__main__": assert(False) except getopt.GetoptError as e: - printerr("Error parsing arguments:", e) + printerr("Error parsing arguments: " + str(e)) usage() sys.exit(os.EX_USAGE) @@ -458,7 +458,7 @@ if __name__ == "__main__": os.mkdir(conf.getlogdir()) except Exception as e: - printerr("Error reading config file:", e) + printerr("Error reading config file: " + str(e)) sys.exit(os.EX_IOERR) try: