mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 19:19:58 +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
|
||||
case "-*" "--*"
|
||||
printf ( _ "%s: invalid option -- %s\n" ) history $argv[1] >& 2
|
||||
return
|
||||
return 1
|
||||
end
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user