mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Update share/completions/uname.fish
Typo: verion --> version
This commit is contained in:
parent
843d5a5977
commit
0db1b6ce44
|
@ -8,4 +8,4 @@ complete -c uname -s p -l processor --description "Print processor"
|
|||
complete -c uname -s i -l hardware-platform --description "Print hardware platform"
|
||||
complete -c uname -s o -l operating-system --description "Print operating system"
|
||||
complete -c uname -l help --description "Display help and exit"
|
||||
complete -c uname -l verion --description "Display version and exit"
|
||||
complete -c uname -l version --description "Display version and exit"
|
||||
|
|
Loading…
Reference in New Issue
Block a user