mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-23 05:43:32 +02:00
fix space
This commit is contained in:
parent
0ee1f2ff0d
commit
eb9f38f2e0
1 changed files with 1 additions and 1 deletions
2
iodine.c
2
iodine.c
|
@ -165,7 +165,7 @@ extern char *__progname;
|
|||
|
||||
static void
|
||||
usage() {
|
||||
printf("Usage: %s [-v] [-h] [-f] [-u user] [-t chrootdir] [-d device]"
|
||||
printf("Usage: %s [-v] [-h] [-f] [-u user] [-t chrootdir] [-d device] "
|
||||
"nameserver topdomain\n", __progname);
|
||||
exit(2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue