mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
formatting
This commit is contained in:
parent
12bf369663
commit
0d0d6e468a
3
v/main.c
3
v/main.c
@ -204,7 +204,8 @@ _main_getopt(c3_i argc, c3_c** argv)
|
||||
static void
|
||||
u2_ve_usage(c3_i argc, c3_c** argv)
|
||||
{
|
||||
fprintf(stderr, "%s: usage: [-v] [-k stage] [-p ames_port] computer\n", argv[0]);
|
||||
fprintf(stderr, "%s: usage: [-v] [-k stage] [-p ames_port] computer\n",
|
||||
argv[0]);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user