diff options
Diffstat (limited to 'cron/gate_news')
-rwxr-xr-x | cron/gate_news | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cron/gate_news b/cron/gate_news index 9eea84ce..c66c09e0 100755 --- a/cron/gate_news +++ b/cron/gate_news @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -75,7 +75,7 @@ except NameError: -def usage(status, msg=''): +def usage(code, msg=''): if code: fd = sys.stderr else: |