Changeset 346


Ignore:
Timestamp:
Sep 1, 2018, 7:14:27 PM (6 years ago)
Author:
g7moreau
Message:
  • Let old option -d for sector (for compatibility)
Location:
trunk/ddt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r345 r346  
    2121use strict;
    2222#use warnings;
    23 use version; our $VERSION = version->declare('0.11.0');
     23use version; our $VERSION = version->declare('0.11.1');
    2424
    2525use Getopt::Long qw(GetOptions);
     
    544544   GetOptions(
    545545      'hostname|h=s'    => \$hostname,
    546       'sector|d=s'   => \$sector,
     546      'sector|s|d=s'    => \$sector,
    547547      'alias|a=s'       => \$alias,
    548548      );
     
    568568   GetOptions(
    569569      'hostname|h=s'    => \$hostname,
    570       'sector|d=s'   => \$sector,
     570      'sector|s|d=s'    => \$sector,
    571571      'ip|i=s'          => \$ip,
    572572      'mac|m=s'         => \$mac,
     
    596596   GetOptions(
    597597      'pool|p=s'        => \$pool,
    598       'sector|d=s'   => \$sector,
     598      'sector|s|d=s'    => \$sector,
    599599      'mac|m=s'         => \$mac,
    600600      'comment|c=s'     => \$comment,
     
    622622   GetOptions(
    623623      'hostname|h=s'    => \$hostname,
    624       'sector|d=s'   => \$sector,
     624      'sector|s|d=s'    => \$sector,
    625625      'ip|i=s'          => \$ip,
    626626      'mac|m=s'         => \$mac,
     
    651651   GetOptions(
    652652      'hostname|h=s'    => \$hostname,
    653       'sector|d=s'   => \$sector,
     653      'sector|s|d=s'    => \$sector,
    654654      'ip|i=s'          => \$ip,
    655655      'comment|c=s'     => \$comment,
     
    841841   GetOptions(
    842842      'hostname|h=s'    => \$hostname,
    843       'sector|d=s'   => \$sector,
     843      'sector|s|d=s'    => \$sector,
    844844      'ip|i=s'          => \$ip,
    845845      'mac|m=s'         => \$mac,
     
    867867   GetOptions(
    868868      'hostname|h=s'    => \$hostname,
    869       'sector|d=s'   => \$sector,
     869      'sector|s|d=s'    => \$sector,
    870870      'ip|i=s'          => \$ip,
    871871      );
     
    890890   GetOptions(
    891891      'hostname|h=s'    => \$hostname,
    892       'sector|d=s'   => \$sector,
     892      'sector|s|d=s'    => \$sector,
    893893      'ip|i=s'          => \$ip,
    894894      );
     
    912912
    913913   GetOptions(
    914       'sector|d=s'   => \$sector,
     914      'sector|s|d=s'    => \$sector,
    915915      'mac|m=s'         => \$mac,
    916916      'comment|c=s'     => \$comment,
     
    957957
    958958   GetOptions(
    959       'sector|d=s'   => \$sector,
     959      'sector|s|d=s'    => \$sector,
    960960      'ip|i=s'          => \$ip,
    961961      'mac|m=s'         => \$mac,
     
    10141014   GetOptions(
    10151015      'hostname|h=s'    => \$hostname,
    1016       'sector|d=s'   => \$sector,
     1016      'sector|s|d=s'    => \$sector,
    10171017      'ip|i=s'          => \$ip,
    10181018      'mac|m=s'         => \$mac,
     
    13341334   GetOptions(
    13351335      'hostname|h=s'    => \$hostname,
    1336       'sector|d=s'   => \$sector,
     1336      'sector|s|d=s'    => \$sector,
    13371337      'ip|i=s'          => \$ip,
    13381338      );
     
    13611361   GetOptions(
    13621362      'hostname|h=s'    => \$hostname,
    1363       'sector|d=s'   => \$sector,
     1363      'sector|s|d=s'    => \$sector,
    13641364      'ip|i=s'          => \$ip,
    13651365      );
     
    15331533   GetOptions(
    15341534      'hostname|h=s'    => \$hostname,
    1535       'sector|d=s'   => \$sector,
     1535      'sector|s|d=s'    => \$sector,
    15361536      'ip|i=s'          => \$ip,
    15371537      );
     
    15821582
    15831583   GetOptions(
    1584       'sector|d=s'      => \$sector,
     1584      'sector|s|d=s'      => \$sector,
    15851585      'dns-extension|e=s'  => \$dns_extension,
    15861586      'comment|c=s'        => \$comment,
     
    16311631   GetOptions(
    16321632      'pool|p=s'           => \$pool,
    1633       'sector|d=s'      => \$sector,
     1633      'sector|s|d=s'      => \$sector,
    16341634      'file-pool|f=s'      => \$file_pool,
    16351635      'ipaddress-pool|i=s' => \$ipaddress_pool,
     
    18341834   GetOptions(
    18351835      'hostname|h=s'    => \$hostname,
    1836       'sector|d=s'   => \$sector,
     1836      'sector|s|d=s'    => \$sector,
    18371837      'ip|i=s'          => \$ip,
    18381838      'bootp|b=s'       => \$pxe_config,
     
    19141914   GetOptions(
    19151915      'hostname|h=s'    => \$hostname,
    1916       'sector|d=s'   => \$sector,
     1916      'sector|s|d=s'    => \$sector,
    19171917      'ip|i=s'          => \$ip,
    19181918      );
     
    28572857
    28582858   GetOptions(
    2859       'sector|d=s'   => \$sector,
     2859      'sector|s|d=s'    => \$sector,
    28602860      'filename|f=s'    => \$input_file,
    28612861      'kind|k=s'        => \$type_file,
  • trunk/ddt/ddt.bash_completion

    r345 r346  
    1616         return 0
    1717         ;;
    18       -s|--sector)
     18      -d|-s|--sector)
    1919         local showlist=$(ddt show-sector --no-header|awk '{print $1}')
    2020         COMPREPLY=($(compgen -W "${showlist}" -- "$cur"))
Note: See TracChangeset for help on using the changeset viewer.