mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Another set of spelling corrections from HJB
darcs-hash:20060205211835-ac50b-d08f069c3307ec7785b038f157c919416c6bb8b7.gz
This commit is contained in:
parent
7ff069a2e1
commit
88ec924323
7 changed files with 306 additions and 297 deletions
|
@ -2,7 +2,7 @@
|
|||
complete -c apt-listchanges -l help -d (_ "Display help and exit")
|
||||
complete -c apt-listchanges -l apt -d (_ "Read filenames from pipe")
|
||||
complete -f -c apt-listchanges -s v -l verbose -d (_ "Verbose mode")
|
||||
complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" -d (_ "Select fronend interface")
|
||||
complete -f -c apt-listchanges -s f -l frontend -a "pager browser xterm-pager xterm-browser text mail none" -d (_ "Select frontend interface")
|
||||
complete -r -f -c apt-listchanges -l email-address -d (_ "Specify email address")
|
||||
complete -f -c apt-listchanges -s c -l confirm -d (_ "Ask confirmation")
|
||||
complete -f -c apt-listchanges -s a -l all -d (_ "Display all changelogs")
|
||||
|
|
|
@ -12,7 +12,7 @@ complete -f -c apt-move -a mirror -d (_ "Download package missing from mirror")
|
|||
complete -f -c apt-move -a sync -d (_ "Sync packages installed")
|
||||
complete -f -c apt-move -a exclude -d 'test $LOCALDIR/.exclude file'
|
||||
complete -c apt-move -a movefile -d (_ "Move file specified on commandline")
|
||||
complete -f -c apt-move -a listbin -d (_ "List packags that may serve as input to mirrorbin or mirrorsource" )
|
||||
complete -f -c apt-move -a listbin -d (_ "List packages that may serve as input to mirrorbin or mirrorsource" )
|
||||
complete -f -c apt-move -a mirrorbin -d (_ "Fetch package from STDIN")
|
||||
complete -f -c apt-move -a mirrorsrc -d (_ "Fetch source package from STDIN")
|
||||
complete -f -c apt-move -s a -d (_ "Process all packages")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#apt-rdepends
|
||||
complete -c apt-rdepends -l help -d (_ "Display help and exit")
|
||||
complete -f -c apt-rdepends -s b -l build-depends -d (_ "Show bulid dependencies")
|
||||
complete -f -c apt-rdepends -s b -l build-depends -d (_ "Show build dependencies")
|
||||
complete -f -c apt-rdepends -s d -l dotty -d (_ "Generate a dotty graph")
|
||||
complete -f -c apt-rdepends -s p -l print-state -d (_ "Show state of dependencies")
|
||||
complete -f -c apt-rdepends -s r -l reverse -d (_ "List packages depending on")
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#apt-spy
|
||||
complete -c apt-spy -s h -d (_ "Display help and exit")
|
||||
complete -f -c apt-spy -s d -a "stable testing unstable" -d (_ "Debian distribtion")
|
||||
complete -f -c apt-spy -s d -a "stable testing unstable" -d (_ "Debian distribution")
|
||||
complete -f -c apt-spy -s a -a "Africa Asia Europe North-America Oceania South-America" -d (_ "Servers in the areas")
|
||||
complete -c apt-spy -s c -d (_ "Conf file")
|
||||
complete -f -c apt-spy -s e -d (_ "Finish after number of servers")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
complete -c cut -s b -l bytes -x -d (_ "Ouput byte range")
|
||||
complete -c cut -s b -l bytes -x -d (_ "Output byte range")
|
||||
complete -c cut -s c -l characters -x -d (_ "Output character range")
|
||||
complete -c cut -s d -l delimiter -x -d (_ "Select field delimiter")
|
||||
complete -c cut -s d -l fields -x -d (_ "Select fields")
|
||||
|
|
|
@ -6,19 +6,19 @@ complete -c wget -s V -l version -d (_ "Display version and exit")
|
|||
complete -c wget -s h -l help -d (_ "Display help and exit")
|
||||
complete -c wget -s b -l background -d (_ "Go to background immediately after startup")
|
||||
complete -c wget -s e -l execute -d (_ "Execute command as if part of .wgetrc") -x
|
||||
complete -c wget -s o -l output-file -d (_ "Log all messages to logfile") -f
|
||||
complete -c wget -s o -l output-file -d (_ "Log all messages to logfile") -r
|
||||
complete -c wget -s a -l append-output -d (_ "Append all messages to logfile")
|
||||
complete -c wget -s d -l debug -d (_ "Turn on debug output")
|
||||
complete -c wget -s q -l quiet -d (_ "Quiet mode")
|
||||
complete -c wget -s v -l verbose -d (_ "Verbose mode")
|
||||
complete -c wget -l non-verbose -d (_ "Turn off verbose without being completely quiet")
|
||||
complete -c wget -o nv -d (_ "Turn off verbose without being completely quiet")
|
||||
complete -c wget -s i -l input-file -d (_ "Read URLs from file") -f
|
||||
complete -c wget -s i -l input-file -d (_ "Read URLs from file") -r
|
||||
complete -c wget -s F -l force-html -d (_ "Force input to be treated as HTML")
|
||||
complete -c wget -s B -l base -d (_ "Prepend string to relative links") -x
|
||||
complete -c wget -l bind-adress -d (_ "Bind address on local machine") -xa "(__fish_print_addresses; __fish_print_hostnames)"
|
||||
complete -c wget -s t -l tries -d (_ "Set number of retries to number") -xa "0 1 2 4 8 16 32 64 128"
|
||||
complete -c wget -s O -l output-document -d (_ "Concatenate output to file") -f
|
||||
complete -c wget -s O -l output-document -d (_ "Concatenate output to file") -r
|
||||
complete -c wget -l no-clobber -d (_ "Never overwrite files with same name")
|
||||
complete -c wget -o nc -d (_ "Never overwrite files with same name")
|
||||
complete -c wget -s c -l continue -d (_ "Continue getting a partially-downloaded file")
|
||||
|
@ -57,13 +57,13 @@ complete -c wget -l no-host-directories -d (_ "Disable generation of host-prefix
|
|||
complete -c wget -o nH -d (_ "Disable generation of host-prefixed directories")
|
||||
complete -c wget -l protocal-directories -d (_ "Use the protocol name as a directory component")
|
||||
complete -c wget -l cut-dirs -d (_ "Ignore specified number of directory components") -xa "1 2 3 4 5"
|
||||
complete -c wget -s P -l directory-prefix -d (_ "Set directory prefix") -f
|
||||
complete -c wget -s P -l directory-prefix -d (_ "Set directory prefix") -r
|
||||
complete -c wget -s E -l html-extension -d (_ "Force html files to have html extension")
|
||||
complete -c wget -l http-user -d (_ "Specify the http username") -xa "(__fish_complete_users)"
|
||||
complete -c wget -l http-passwd -d (_ "Specify the http password") -x
|
||||
complete -c wget -l no-cache -d (_ "Disable server-side cache")
|
||||
complete -c wget -l no-cookies -d (_ "Disable the use of cookies")
|
||||
complete -c wget -l load-cookies -d (_ "Load cookies from file") -f
|
||||
complete -c wget -l load-cookies -d (_ "Load cookies from file") -r
|
||||
complete -c wget -l save-cookies -d (_ "Save cookies to file")
|
||||
complete -c wget -l keep-session-cookies -d (_ "Save session cookies")
|
||||
complete -c wget -l ignore-length -d (_ "Ignore 'Content-Length' header")
|
||||
|
@ -74,7 +74,7 @@ complete -c wget -l referer -d (_ "Set referer URL") -x
|
|||
complete -c wget -l save-headers -d (_ "Save the headers sent by the HTTP server")
|
||||
complete -c wget -s U -l user-agent -d (_ "Identify as agent-string") -x
|
||||
complete -c wget -l post-data -d (_ "Use POST as the method for all HTTP requests and send the specified data in the request body") -x
|
||||
complete -c wget -l post-file -d (_ "Use POST as the method for all HTTP requests and send the specified data in the request body") -f
|
||||
complete -c wget -l post-file -d (_ "Use POST as the method for all HTTP requests and send the specified data in the request body") -r
|
||||
complete -c wget -l no-http-keep-alive -d (_ "Turn off keep-alive for http downloads")
|
||||
|
||||
#FTP options
|
||||
|
|
Loading…
Reference in a new issue