aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3fda198..eeb489a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -122,7 +122,7 @@ int connect_socket ( char* _host, char* _port ) {
}
void print_help ( char* _progname ) {
- printf(
+ fprintf( stderr,
"Minecraft RCON client\n"
"Usage:\n"
" %s HOST PORT PASSWORD COMMAND ...",