mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 14:57:13 +08:00
Fix typo in git clean completion
This commit is contained in:
parent
3b4234a9de
commit
b089a579bd
|
@ -1710,7 +1710,7 @@ complete -f -c git -n '__fish_git_needs_command' -a clean -d 'Remove untracked f
|
||||||
complete -f -c git -n '__fish_git_using_command clean' -s f -l force -d 'Force run'
|
complete -f -c git -n '__fish_git_using_command clean' -s f -l force -d 'Force run'
|
||||||
complete -f -c git -n '__fish_git_using_command clean' -s i -l interactive -d 'Show what would be done and clean files interactively'
|
complete -f -c git -n '__fish_git_using_command clean' -s i -l interactive -d 'Show what would be done and clean files interactively'
|
||||||
complete -f -c git -n '__fish_git_using_command clean' -s n -l dry-run -d 'Don\'t actually remove anything, just show what would be done'
|
complete -f -c git -n '__fish_git_using_command clean' -s n -l dry-run -d 'Don\'t actually remove anything, just show what would be done'
|
||||||
complete -f -c git -n '__fish_git_using_command clean' -s q -l quite -d 'Be quiet, only report errors'
|
complete -f -c git -n '__fish_git_using_command clean' -s q -l quiet -d 'Be quiet, only report errors'
|
||||||
complete -f -c git -n '__fish_git_using_command clean' -s d -d 'Remove untracked directories in addition to untracked files'
|
complete -f -c git -n '__fish_git_using_command clean' -s d -d 'Remove untracked directories in addition to untracked files'
|
||||||
complete -f -c git -n '__fish_git_using_command clean' -s x -d 'Remove ignored files, as well'
|
complete -f -c git -n '__fish_git_using_command clean' -s x -d 'Remove ignored files, as well'
|
||||||
complete -f -c git -n '__fish_git_using_command clean' -s X -d 'Remove only ignored files'
|
complete -f -c git -n '__fish_git_using_command clean' -s X -d 'Remove only ignored files'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user