mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Fix spelling in realpath.fish
This commit is contained in:
parent
662ba60d63
commit
01fa31f313
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ if not command -s realpath >/dev/null
|
||||||
__fish_print_help fish_realpath
|
__fish_print_help fish_realpath
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
# Service commands called with these arguments by
|
# Handle commands called with these arguments by
|
||||||
# dropping the arguments to protext fish_realpath from them
|
# dropping the arguments to protect fish_realpath from them.
|
||||||
# There are no sure things here
|
# There are no sure things here.
|
||||||
case -e --canonicalize-existing --physical -P -q --quiet -m --canonicalize-missing
|
case -e --canonicalize-existing --physical -P -q --quiet -m --canonicalize-missing
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue