From 68c049b84379ba5e6ff2f497a25e0055100eae15 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 2 Mar 2001 06:35:08 +0000 Subject: main(): Fix typo in long argument check of --archives. Discovered by John Aughey. --- bin/rmlist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rmlist b/bin/rmlist index b60a8dbd5..dc8091ecc 100755 --- a/bin/rmlist +++ b/bin/rmlist @@ -1,6 +1,6 @@ #! /usr/bin/env python # -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 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 @@ -82,7 +82,7 @@ def main(): removeArchives = 0 for opt, arg in opts: - if opt in ('-a', '--archive'): + if opt in ('-a', '--archives'): removeArchives = 1 elif opt in ('-h', '--help'): usage(0) -- cgit v1.2.3-70-g09d2