Update server string Sesimos -> sesimos

This commit is contained in:
2022-12-31 02:30:35 +01:00
parent 7995a9699e
commit 33feabdec0
3 changed files with 5 additions and 5 deletions

View File

@ -142,7 +142,7 @@ int main(int argc, char *const argv[]) {
critical("Unable to set stdout/stderr to line-buffered mode");
return 1;
}
printf("Sesimos web server " SERVER_VERSION "\n");
printf("sesimos web server " SERVER_VERSION "\n");
static const struct option long_opts[] = {
{"help", no_argument, 0, 'h'},