aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rmlist
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rmlist')
-rwxr-xr-xbin/rmlist5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/rmlist b/bin/rmlist
index 9b2cc19f..5a0838f9 100755
--- a/bin/rmlist
+++ b/bin/rmlist
@@ -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.')