From 76b6b465449c64fab7ae4531dd8624c3573e5c83 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 6 Nov 2002 19:18:23 +0000 Subject: [PATCH] GetOpt::Long rep changes .. just options repeated twice. --- swim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/swim b/swim index b4d0c6d..541e14d 100755 --- a/swim +++ b/swim @@ -107,7 +107,7 @@ use Getopt::Long; use SWIM::Conf; use SWIM::Global; use SWIM::Library; -my $version = "0.4.1"; +my $version = "0.4.2"; # The MAIN # First let's determine what options are being used. @@ -144,7 +144,6 @@ my($result) = "y", # automatic yes for -z "z", # apt install "download-only", # apt download - "source", # ftp source and package "source_only", # ftp only source for package "diff", # just grab diff for source "stdin", # read in from stdin @@ -153,7 +152,6 @@ my($result) = "d", # show documentation "g", # packages belonging to group (27) "allgroups", # show all groups - "n", # not-installed "pre_depends", # required before installation "depends", # like requires, def. needed "recommends", # packages important to this one