mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
simplify cygport option descriptions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user