mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 20:04:30 +08:00
Fix typo
This commit is contained in:
parent
a6565bbea8
commit
31a617408f
|
@ -40,7 +40,7 @@ function history --description "Deletes an item from history"
|
||||||
break
|
break
|
||||||
case "-*" "--*"
|
case "-*" "--*"
|
||||||
printf ( _ "%s: invalid option -- %s\n" ) history $argv[1] >& 2
|
printf ( _ "%s: invalid option -- %s\n" ) history $argv[1] >& 2
|
||||||
return
|
return 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user