diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-11-07 16:22:56 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-07 18:07:08 +0200 |
| commit | e0f28301f07e55b7acc48fca2e13b588471d0ede (patch) | |
| tree | 822a4b3b97ef4dee83684c26974e55e7e20f7e22 /etc/completion | |
| parent | c7408f50d170d2c25480dd4aa207de884955cf81 (diff) | |
fish completion: Fix typos.
* etc/completion/fish/guix.fish (__fish_guix_needs_command): Fix
spelling of specified.
(__fish_guix_using_command): Fix spelling of specified.
Change-Id: Ieac612da8cd2a7a1c44c5a54c57574ce2b8d8bd4
Diffstat (limited to 'etc/completion')
| -rw-r--r-- | etc/completion/fish/guix.fish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/completion/fish/guix.fish b/etc/completion/fish/guix.fish index 8d1a1eb1e96..e6c290256f2 100644 --- a/etc/completion/fish/guix.fish +++ b/etc/completion/fish/guix.fish | |||
| @@ -298,7 +298,7 @@ complete -f -c guix -n '__fish_guix_using_command publish' -l repl -d '[=PORT] s | |||
| 298 | 298 | ||
| 299 | #### lint | 299 | #### lint |
| 300 | set -l remotecommands checkers list-checkers | 300 | set -l remotecommands checkers list-checkers |
| 301 | complete -f -c guix -n '__fish_guix_needs_command' -a lint -d 'Run a set of checkers on the specificied package.' | 301 | complete -f -c guix -n '__fish_guix_needs_command' -a lint -d 'Run a set of checkers on the specified package.' |
| 302 | complete -f -c guix -n '__fish_guix_using_command lint' -l list-checkers -d 'Display the list of available lint checkers.' | 302 | complete -f -c guix -n '__fish_guix_using_command lint' -l list-checkers -d 'Display the list of available lint checkers.' |
| 303 | complete -f -c guix -n '__fish_guix_using_command lint' -l checkers -d 'Only run the specified checkers.' | 303 | complete -f -c guix -n '__fish_guix_using_command lint' -l checkers -d 'Only run the specified checkers.' |
| 304 | complete -f -c guix -n '__fish_guix_using_command lint' -l description -d 'Validate package descriptions.' | 304 | complete -f -c guix -n '__fish_guix_using_command lint' -l description -d 'Validate package descriptions.' |
| @@ -327,7 +327,7 @@ complete -f -c guix -n '__fish_guix_using_command import; and not __fish_seen_su | |||
| 327 | ##### import cpan | 327 | ##### import cpan |
| 328 | complete -f -c guix -n '__fish_guix_using_command import; and not __fish_seen_subcommand_from $remotecommands' -a cpan -d 'Import and convert the CPAN package for PACKAGE-NAME.' | 328 | complete -f -c guix -n '__fish_guix_using_command import; and not __fish_seen_subcommand_from $remotecommands' -a cpan -d 'Import and convert the CPAN package for PACKAGE-NAME.' |
| 329 | ##### import hackage | 329 | ##### import hackage |
| 330 | complete -f -c guix -n '__fish_guix_using_command import; and not __fish_seen_subcommand_from $remotecommands' -a hackage -d 'Import and convert the Hackage package for PACKAGE-NAME. If PACKAGE-NAME includes a suffix constituted by a at-sign followed by a numerical version (as used with Guix packages), then a definition for the specified version of the package will be generated. If no version suffix is pecified, then the generated package definition will correspond to the latest available version.' | 330 | complete -f -c guix -n '__fish_guix_using_command import; and not __fish_seen_subcommand_from $remotecommands' -a hackage -d 'Import and convert the Hackage package for PACKAGE-NAME. If PACKAGE-NAME includes a suffix constituted by a at-sign followed by a numerical version (as used with Guix packages), then a definition for the specified version of the package will be generated. If no version suffix is specified, then the generated package definition will correspond to the latest available version.' |
| 331 | complete -f -c guix -n '__fish_guix_using_command import; and __fish_seen_subcommand_from hackage' -s e -d 'ALIST specify environment for Cabal evaluation.' | 331 | complete -f -c guix -n '__fish_guix_using_command import; and __fish_seen_subcommand_from hackage' -s e -d 'ALIST specify environment for Cabal evaluation.' |
| 332 | complete -f -c guix -n '__fish_guix_using_command import; and __fish_seen_subcommand_from hackage' -a "--cabal-environment=" -d 'ALIST specify environment for Cabal evaluation.' | 332 | complete -f -c guix -n '__fish_guix_using_command import; and __fish_seen_subcommand_from hackage' -a "--cabal-environment=" -d 'ALIST specify environment for Cabal evaluation.' |
| 333 | complete -f -c guix -n '__fish_guix_using_command import; and __fish_seen_subcommand_from hackage' -s s -l stdin -d 'Read from standard input.' | 333 | complete -f -c guix -n '__fish_guix_using_command import; and __fish_seen_subcommand_from hackage' -s s -l stdin -d 'Read from standard input.' |
