diff options
Diffstat (limited to 'bin/rmlist')
-rwxr-xr-x | bin/rmlist | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2016 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 @@ -102,7 +102,8 @@ def main(): if not Utils.list_exists(listname): if not removeArchives: - usage(1, C_('No such list (or list already deleted): %(listname)s')) + usage(1, C_( + 'No such list (or list already deleted): %(listname)s')) else: print C_( 'No such list: %(listname)s. Removing its residual archives.') |