Ignore:
Timestamp:
Aug 30, 2018, 4:25:34 PM (6 years ago)
Author:
g7moreau
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt.bash_completion

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