diff --git a/share/completions/VBoxSDL.fish b/share/completions/VBoxSDL.fish index f4ceef703..30c7bf166 100644 --- a/share/completions/VBoxSDL.fish +++ b/share/completions/VBoxSDL.fish @@ -1,6 +1,6 @@ complete -c VBoxSDL -l startvm -x -d "Set virtual machine to start" -a "(__fish_print_VBox_vms)" -complete -c VBoxSDL -l seperate -d "Run separate VM process or attach to a running VM" +complete -c VBoxSDL -l separate -d "Run separate VM process or attach to a running VM" complete -c VBoxSDL -l hda -f -d "Set temporary first hard disk" complete -c VBoxSDL -l fda -f -d "Set temporary first floppy disk" complete -c VBoxSDL -l cdrom -r -d "Set temporary CDROM/DVD" -a "none\tunmount" diff --git a/share/completions/bzr.fish b/share/completions/bzr.fish index bb90453a5..7572dd7d5 100644 --- a/share/completions/bzr.fish +++ b/share/completions/bzr.fish @@ -61,7 +61,7 @@ complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l pull -d 'If destina complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l remember -d 'Remember the specified location as a default' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l force -d 'Merge even if the destination tree has uncommitted changes' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l reprocess -d 'Reprocess to reduce spurious conflicts' -complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l uncommited -d 'Apply uncommitted changes from a working copy, instead of branch changes' +complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l uncommitted -d 'Apply uncommitted changes from a working copy, instead of branch changes' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l show-base -d 'Show base revision text in conflicts' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l preview -d 'Instead of merging, show a diff of the merge' complete -f -c bzr -n '__fish_seen_subcommand_from merge' -l interactive -s i -d 'Select changes interactively' diff --git a/share/completions/create_ap.fish b/share/completions/create_ap.fish index 7b61b2468..60159d4d0 100644 --- a/share/completions/create_ap.fish +++ b/share/completions/create_ap.fish @@ -5,7 +5,7 @@ complete -c create_ap -l version -d 'Print version number' complete -c create_ap -s c -x -d 'Channel number' complete -c create_ap -s w -x -a '1 2 1+2' -d 'WPA version to use' complete -c create_ap -s n -d 'Disable Internet sharing' -complete -c create_ap -s m -x -a 'nat brigde none' -d 'Method for Internet sharing' +complete -c create_ap -s m -x -a 'nat bridge none' -d 'Method for Internet sharing' complete -c create_ap -l psk -d 'Use 64 hex digits pre-shared-key' complete -c create_ap -l hidden -d 'Make the Access Point hidden' complete -c create_ap -l mac-filter -d 'Enable MAC address filtering' diff --git a/share/completions/gprof.fish b/share/completions/gprof.fish index 8ec61757f..fbb3af7f1 100644 --- a/share/completions/gprof.fish +++ b/share/completions/gprof.fish @@ -1,4 +1,4 @@ -complete -c gprof -s A -l annoted-source -d "Print annotated source" +complete -c gprof -s A -l annotated-source -d "Print annotated source" complete -c gprof -s b -l brief -d "Do not print explanations" complete -c gprof -s C -l exec-counts -d "Print tally" complete -c gprof -s i -l file-info -d "Display summary" diff --git a/share/completions/pkg.fish b/share/completions/pkg.fish index db1f8eb3a..c0a8b6e50 100644 --- a/share/completions/pkg.fish +++ b/share/completions/pkg.fish @@ -169,7 +169,7 @@ complete -c pkg -n '__fish_pkg_is list' -xa '(pkg query "%n")' complete -c pkg -n '__fish_pkg_is add update' -s f -l force -d "Force a full download of a repository" # alias -set -l with_packge_names all-depends annotations build-depends cinfo comment csearch desc iinfo isearch \ +set -l with_package_names all-depends annotations build-depends cinfo comment csearch desc iinfo isearch \ list options origin provided-depends roptions shared-depends show size for alias in (pkg alias -lq) diff --git a/share/completions/pygmentize.fish b/share/completions/pygmentize.fish index 4f4cb6042..91dfa0c12 100644 --- a/share/completions/pygmentize.fish +++ b/share/completions/pygmentize.fish @@ -16,12 +16,12 @@ complete -c pygmentize -s o -d "Set output file" complete -c pygmentize -s s -d "Read one line at a time" complete -c pygmentize -s l -d "Set lexer" -x -a "(__fish_print_pygmentize lexers Lexer)" complete -c pygmentize -s g -d "Guess lexer" -complete -c pygmentize -s f -d "Set formater" -x -a "(__fish_print_pygmentize formaters Formater)" -complete -c pygmentize -s O -d "Set coma-seperated options" -x +complete -c pygmentize -s f -d "Set formatter" -x -a "(__fish_print_pygmentize formatters Formatter)" +complete -c pygmentize -s O -d "Set coma-separated options" -x complete -c pygmentize -s P -d "Set one option" -x complete -c pygmentize -s F -d "Set filter" -x -a "(__fish_print_pygmentize filters Filter)" complete -c pygmentize -s S -d "Print style definition for given style" -x -a "(__fish_print_pygmentize styles Style)" -complete -c pygmentize -s L -d "List lexers, formaters, styles or filters" -x -a "lexers formaters styles filters" +complete -c pygmentize -s L -d "List lexers, formatters, styles or filters" -x -a "lexers formatters styles filters" complete -c pygmentize -s N -d "Guess and print lexer name based on given file" complete -c pygmentize -s H -d "Print detailed help" -x -a "lexer formatter filter" complete -c pygmentize -s v -d "Print detailed traceback on unhandled exceptions" diff --git a/share/completions/python3.fish b/share/completions/python3.fish index 74421af6d..99e0636ce 100644 --- a/share/completions/python3.fish +++ b/share/completions/python3.fish @@ -35,7 +35,7 @@ complete -c python3 -n __fish_python_no_arg -s x -d 'Skip first line of source, complete -c python3 -n __fish_python_no_arg -k -fa "(__fish_complete_suffix .py)" complete -c python3 -n __fish_python_no_arg -fa - -d 'Read program from stdin' complete -c python3 -n __fish_python_no_arg -s q -d 'Don\'t print version and copyright messages on interactive startup' -complete -c python3 -n __fish_python_no_arg -s X -x -d 'Set implementation-specific option' -a 'faulthandler showrefcount tracemalloc showalloccount importtime dev utf8 pycache_prefex=PATH:' +complete -c python3 -n __fish_python_no_arg -s X -x -d 'Set implementation-specific option' -a 'faulthandler showrefcount tracemalloc showalloccount importtime dev utf8 pycache_prefix=PATH:' complete -c python3 -n __fish_python_no_arg -s b -d 'Issue warnings for possible misuse of `bytes` with `str`' complete -c python3 -n __fish_python_no_arg -o bb -d 'Issue errors for possible misuse of `bytes` with `str`' complete -c python3 -n __fish_python_no_arg -s m -d 'Run library module as a script (terminates option list)' -xa '(python3 -c "import pkgutil; print(\'\n\'.join([p[1] for p in pkgutil.iter_modules()]))")' diff --git a/share/completions/virsh.fish b/share/completions/virsh.fish index c55924fa6..ebf49e441 100644 --- a/share/completions/virsh.fish +++ b/share/completions/virsh.fish @@ -75,7 +75,7 @@ function __fish_virsh_get_networks set -l network_autostart $network[3] set -l network_persistent $network[4] - set -l network_qualities $network_state (test $network_autostart = 'yes'; and echo 'autostart') (test $network_persistent = 'yes'; and echo 'persistant') + set -l network_qualities $network_state (test $network_autostart = 'yes'; and echo 'autostart') (test $network_persistent = 'yes'; and echo 'persistent') set -l show true if set -q argv[1] for filter in $argv