summary refs log tree commit diff
diff options
context:
space:
mode:
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;
         }
     }