1
0
mirror of https://github.com/fspc/dswim.git synced 2025-04-04 08:13:24 -04:00

GetOpt::Long rep changes .. just options repeated twice.

This commit is contained in:
freesource 2002-11-06 19:18:23 +00:00
parent 3a5cebd24b
commit 76b6b46544

4
swim
View File

@ -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