From 10af92f47959744e9cb745756c2c40ceaf3f2176 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Mon, 2 Nov 2009 14:28:07 +0100 Subject: [PATCH] Doc work --- xmlmerge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmlmerge.py b/xmlmerge.py index 3fb3705..a5a2a4b 100644 --- a/xmlmerge.py +++ b/xmlmerge.py @@ -447,8 +447,8 @@ def main(argv): developer will read. Keep this code as simple as possible if you change it in any way. - These are all possible exit status codes returned or raised by main or - the functions it calls: + These are all possible exit status codes returned or raised (using + SystemExit) by main or the functions it calls: - On success, and if all requested validations (-s, -r) match: return 0 - On error, e.g. wrong options (see parse_command_line()): -- 2.11.4.GIT