aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/powershell_completion/git-bug6
-rw-r--r--misc/zsh_completion/git-bug2
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/powershell_completion/git-bug b/misc/powershell_completion/git-bug
index 3c08fda3..9f51c785 100644
--- a/misc/powershell_completion/git-bug
+++ b/misc/powershell_completion/git-bug
@@ -228,8 +228,8 @@ Register-ArgumentCompleter -Native -CommandName 'git-bug' -ScriptBlock {
[CompletionResult]::new('--number', 'number', [CompletionResultType]::ParameterName, 'Only show the version number')
[CompletionResult]::new('-c', 'c', [CompletionResultType]::ParameterName, 'Only show the commit hash')
[CompletionResult]::new('--commit', 'commit', [CompletionResultType]::ParameterName, 'Only show the commit hash')
- [CompletionResult]::new('-a', 'a', [CompletionResultType]::ParameterName, 'Show all version informations')
- [CompletionResult]::new('--all', 'all', [CompletionResultType]::ParameterName, 'Show all version informations')
+ [CompletionResult]::new('-a', 'a', [CompletionResultType]::ParameterName, 'Show all version information')
+ [CompletionResult]::new('--all', 'all', [CompletionResultType]::ParameterName, 'Show all version information')
break
}
'git-bug;webui' {
@@ -242,4 +242,4 @@ Register-ArgumentCompleter -Native -CommandName 'git-bug' -ScriptBlock {
})
$completions.Where{ $_.CompletionText -like "$wordToComplete*" } |
Sort-Object -Property ListItemText
-} \ No newline at end of file
+}
diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug
index 69e55b4a..18a49668 100644
--- a/misc/zsh_completion/git-bug
+++ b/misc/zsh_completion/git-bug
@@ -450,7 +450,7 @@ function _git-bug_version {
_arguments \
'(-n --number)'{-n,--number}'[Only show the version number]' \
'(-c --commit)'{-c,--commit}'[Only show the commit hash]' \
- '(-a --all)'{-a,--all}'[Show all version informations]'
+ '(-a --all)'{-a,--all}'[Show all version information]'
}
function _git-bug_webui {