guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: fish completion: Fix typos.


From: guix-commits
Subject: 01/02: fish completion: Fix typos.
Date: Tue, 7 Nov 2023 11:08:08 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e0f28301f07e55b7acc48fca2e13b588471d0ede
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 7 16:22:56 2023 +0200

    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
---
 etc/completion/fish/guix.fish | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/completion/fish/guix.fish b/etc/completion/fish/guix.fish
index 8d1a1eb1e9..e6c290256f 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
 
 #### lint
 set -l remotecommands checkers list-checkers
-complete -f -c guix -n '__fish_guix_needs_command' -a lint -d 'Run a set of 
checkers on the specificied package.'
+complete -f -c guix -n '__fish_guix_needs_command' -a lint -d 'Run a set of 
checkers on the specified package.'
 complete -f -c guix -n '__fish_guix_using_command lint' -l list-checkers -d 
'Display the list of available lint checkers.'
 complete -f -c guix -n '__fish_guix_using_command lint' -l checkers -d 'Only 
run the specified checkers.'
 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
 ##### import cpan
 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.'
 ##### import hackage
-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 availa [...]
+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 avail [...]
 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.'
 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.'
 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.'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]