This commit is contained in:
Aaron Gyes 2016-02-16 05:14:33 -08:00
parent a6565bbea8
commit 31a617408f

View File

@ -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