Opened 15 years ago
Closed 15 years ago
#21630 closed defect (fixed)
bash-completion port flags out of date
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | bash-completion |
Description
These are the set of valid flags for the port command in 1.8.0:
bcdfknopqRstuvy
But in the bash-completion port's port file I see this line:
COMPREPLY=( $( compgen -W '-b -c -d -f -i -k -n -o -p -q -R -s -t -u -v -x \
So -i and -x need to be removed and -y needs to be added.
Change History (2)
comment:1 Changed 15 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r58784.