commit eae96fd7a93e3c80f7c0bf2b40547dd9540d931a
parent 73270757e4b0f3d76767fe265bc6e0cc75beb4b0
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 11 Aug 2019 19:13:32 +0200
more consistent exit codes
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plint.py b/plint.py
@@ -34,7 +34,7 @@ if __name__ == '__main__':
file=sys.stderr)
print(_("DFILE is the diaeresis file, OCONTEXT is the context output file"),
file=sys.stderr)
- sys.exit(1)
+ sys.exit(2)
template_name = sys.argv[1]
if len(sys.argv) > 2: