mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
tor-gencert: Fix a minor formatting issue in an error message (re: #4574)
This commit is contained in:
parent
d951e20426
commit
f1c47586ac
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue