summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-09-15 16:08:45 -0400
committerJune McEnroe <june@causal.agency>2016-09-15 16:08:45 -0400
commitd218cfe491a83739434900290ac51cc9472900e4 (patch)
tree09e118bb979654af748fa643ede9cfabb7c7adfa
parentUse nvim as MANPAGER (diff)
downloadsrc-d218cfe491a83739434900290ac51cc9472900e4.tar.gz
src-d218cfe491a83739434900290ac51cc9472900e4.zip
Write xx usage to stderr
Diffstat (limited to '')
-rwxr-xr-x.bin/xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bin/xx.c b/.bin/xx.c
index 689d3d0b..734f9d3c 100755
--- a/.bin/xx.c
+++ b/.bin/xx.c
@@ -40,7 +40,7 @@ int main(int argc, char **argv) {
         else if (opt == 'k')
             flags ^= FLAG_SKIP;
         else {
-            printf("usage: xx [-afk] [-c N] [-g N] [FILE]\n");
+            fprintf(stderr, "usage: xx [-afk] [-c N] [-g N] [FILE]\n");
             return (opt == 'h') ? EXIT_SUCCESS : EXIT_FAILURE;
         }
     }
ass='logmsg'> 2017-08-31Clean up merge toolJune McEnroe Choose the version with the most recent access if the modify times are the same. 2017-08-31Choose B for tiles with equal modify timesJune McEnroe This way newer access counts and times will be preserved. 2017-08-31Add quick data file merge toolJune McEnroe Hopefully I won't have to use it ever again. 2017-08-30Use only foreground color for selecting spawnJune McEnroe 2017-08-29Add four additional spawnsJune McEnroe 2017-08-28Add respawningJune McEnroe 2017-08-26Move license above includesJune McEnroe Why was it down there? 2017-08-26Snapshot metadataJune McEnroe 2017-08-26Add meta.c to READMEJune McEnroe 2017-08-26Use MakefileJune McEnroe