From 2a6412481e284542a822be3b009313b009736b38 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 1 Apr 2013 10:52:27 -0700 Subject: [PATCH] Fix a few more spelling / grammar issues in functions and completions --- share/completions/git.fish | 2 +- share/functions/__fish_git_prompt.fish | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/completions/git.fish b/share/completions/git.fish index 0da5a18cb..85e7803f3 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -221,7 +221,7 @@ complete -f -c git -n '__fish_git_needs_command' -a status -d 'Show the working complete -f -c git -n '__fish_git_using_command status' -s s -l short -d 'Give the output in the short-format' complete -f -c git -n '__fish_git_using_command status' -s b -l branch -d 'Show the branch and tracking info even in short-format' complete -f -c git -n '__fish_git_using_command status' -l porcelain -d 'Give the output in a stable, easy-to-parse format' -complete -f -c git -n '__fish_git_using_command status' -s z -d 'Terminate entries with NULL character' +complete -f -c git -n '__fish_git_using_command status' -s z -d 'Terminate entries with null character' complete -f -c git -n '__fish_git_using_command status' -s u -l untracked-files -x -a 'no normal all' -d 'The untracked files handling mode' complete -f -c git -n '__fish_git_using_command status' -l ignore-submodules -x -a 'none untracked dirty all' -d 'Ignore changes to submodules' # TODO options diff --git a/share/functions/__fish_git_prompt.fish b/share/functions/__fish_git_prompt.fish index 446493c90..6626fb1e2 100644 --- a/share/functions/__fish_git_prompt.fish +++ b/share/functions/__fish_git_prompt.fish @@ -39,8 +39,8 @@ # __fish_git_prompt_showstashstate to a nonempty value. If something is # stashed, then a '$' will be shown next to the branch name. # -# If you would like to see if they're untracked files, then you can set -# __fish_git_prompt_showuntrackedfiles to a nonempty value. If they're +# If you would like to see if there are untracked files, then you can set +# __fish_git_prompt_showuntrackedfiles to a nonempty value. If there are # untracked files, then a '%' will be shown next to the branch name. # # If you would like to see the difference between HEAD and its upstream, set