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:
parent
3a5cebd24b
commit
76b6b46544
4
swim
4
swim
@ -107,7 +107,7 @@ use Getopt::Long;
|
|||||||
use SWIM::Conf;
|
use SWIM::Conf;
|
||||||
use SWIM::Global;
|
use SWIM::Global;
|
||||||
use SWIM::Library;
|
use SWIM::Library;
|
||||||
my $version = "0.4.1";
|
my $version = "0.4.2";
|
||||||
|
|
||||||
# The MAIN
|
# The MAIN
|
||||||
# First let's determine what options are being used.
|
# First let's determine what options are being used.
|
||||||
@ -144,7 +144,6 @@ my($result) =
|
|||||||
"y", # automatic yes for -z
|
"y", # automatic yes for -z
|
||||||
"z", # apt install
|
"z", # apt install
|
||||||
"download-only", # apt download
|
"download-only", # apt download
|
||||||
"source", # ftp source and package
|
|
||||||
"source_only", # ftp only source for package
|
"source_only", # ftp only source for package
|
||||||
"diff", # just grab diff for source
|
"diff", # just grab diff for source
|
||||||
"stdin", # read in from stdin
|
"stdin", # read in from stdin
|
||||||
@ -153,7 +152,6 @@ my($result) =
|
|||||||
"d", # show documentation
|
"d", # show documentation
|
||||||
"g", # packages belonging to group (27)
|
"g", # packages belonging to group (27)
|
||||||
"allgroups", # show all groups
|
"allgroups", # show all groups
|
||||||
"n", # not-installed
|
|
||||||
"pre_depends", # required before installation
|
"pre_depends", # required before installation
|
||||||
"depends", # like requires, def. needed
|
"depends", # like requires, def. needed
|
||||||
"recommends", # packages important to this one
|
"recommends", # packages important to this one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user