mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
tor-gencert: Fix a minor formatting issue in an error message (re: #4574)
This commit is contained in:
parent
d951e20426
commit
f1c47586ac
@ -153,7 +153,7 @@ parse_commandline(int argc, char **argv)
|
||||
}
|
||||
months_lifetime = atoi(argv[++i]);
|
||||
if (months_lifetime > 24 || months_lifetime < 0) {
|
||||
fprintf(stderr, "Lifetime (in months) was out of range.");
|
||||
fprintf(stderr, "Lifetime (in months) was out of range.\n");
|
||||
return 1;
|
||||
}
|
||||
} else if (!strcmp(argv[i], "-r") || !strcmp(argv[i], "--reuse")) {
|
||||
|
Loading…
Reference in New Issue
Block a user