mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:54:04 +08:00
simplify cygport option descriptions
This commit is contained in:
parent
4d84eb3e5c
commit
81def0fb30
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Options
|
||||
complete -c cygport -s 4 -l 32 -d "Build package for 32-bit Cygwin"
|
||||
complete -c cygport -s 8 -l 64 -d "Build package for 64-bit Cygwin"
|
||||
complete -c cygport -s 4 -l 32 -d "Build for 32-bit Cygwin"
|
||||
complete -c cygport -s 8 -l 64 -d "Build for 64-bit Cygwin"
|
||||
complete -c cygport -l debug -d "Enable debugging messages"
|
||||
|
||||
# Cygport file
|
||||
|
|
Loading…
Reference in New Issue
Block a user