Skip to content

Commit e13c9d9

Browse files
committed
snis_server: make --version flag be more like snis_client and snis_multiverse
Signed-off-by: Stephen M. Cameron <[email protected]>
1 parent 621a819 commit e13c9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snis_server.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30850,7 +30850,7 @@ static void process_options(int argc, char *argv[])
3085030850
lobby_servernick = optarg;
3085130851
break;
3085230852
case 'v':
30853-
printf("SPACE NERDS IN SPACE SERVER ");
30853+
printf("snis_server ");
3085430854
printf("%s\n", BUILD_INFO_STRING1);
3085530855
printf("%s\n", BUILD_INFO_STRING2);
3085630856
exit(0);

0 commit comments

Comments
 (0)