From 41e7105fecdb3516a1711003ba3fccdf9d3cfd3d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 7 Aug 2018 22:19:00 -0400 Subject: Remove extraneous slash from unrecognized command --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index e8918c9..e4c4672 100644 --- a/input.c +++ b/input.c @@ -97,5 +97,5 @@ void input(char *input) { COMMANDS[i].handler(input); return; } - uiFmt("/%s isn't a recognized command", command); + uiFmt("%s isn't a recognized command", command); } -- cgit 1.4.0 'this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/bin/1sh/parser.h (unfollow)
Commit message (Expand)Author
2019-07-27Update macOS neovim to 0.3.8June McEnroe
2019-07-27Rewrite port makefiles consistentlyJune McEnroe
2019-07-27Rewrite Makefile once more with more organizationJune McEnroe
2019-07-27Reference png.h in bin.7June McEnroe
2019-07-27Revert "Use scheme to style HTMLs"June McEnroe
2019-07-27Remove scheme text linkJune McEnroe
2019-07-26Update Dark.terminalJune McEnroe
2019-07-26Lighten dark whiteJune McEnroe
2019-07-25Add png.3 man pageJune McEnroe
2019-07-25Use scheme to style HTMLsJune McEnroe
2019-07-25Don't match comments in strings in makeJune McEnroe
2019-07-25Generate index.html with links from bin.7June McEnroe
2019-07-24Warn when date has changedJune McEnroe
2019-07-24Add whenJune McEnroe
2019-07-24Remove histedit from bitJune McEnroe