summaryrefslogtreecommitdiff
path: root/smsd/inject.c
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2016-10-18 14:37:06 +0200
committerMichal Čihař <nijel@debian.org>2016-10-18 14:37:06 +0200
commit85b8cdaaa4870f65a24fae9b195b79807520099f (patch)
tree2c73fbe5d06ddeb6258d9378490d3b6f975a4b88 /smsd/inject.c
parent69153b508b7834038c9be40e4e8b7e87a35345a1 (diff)
New upstream version 1.37.90
Diffstat (limited to 'smsd/inject.c')
-rw-r--r--smsd/inject.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/smsd/inject.c b/smsd/inject.c
index bd468b4..76fbb70 100644
--- a/smsd/inject.c
+++ b/smsd/inject.c
@@ -55,13 +55,13 @@ NORETURN void version(void)
printf(" - %s\n", "ODBC");
#endif
printf("\n");
- printf("Copyright (C) 2003 - 2015 Michal Cihar <michal@cihar.com> and other authors.\n");
+ printf("Copyright (C) 2003 - 2016 Michal Cihar <michal@cihar.com> and other authors.\n");
printf("\n");
printf("License GPLv2: GNU GPL version 2 <https://spdx.org/licenses/GPL-2.0>.\n");
printf("This is free software: you are free to change and redistribute it.\n");
printf("There is NO WARRANTY, to the extent permitted by law.\n");
printf("\n");
- printf("Check <http://wammu.eu/gammu/> for updates.\n");
+ printf("Check <https://wammu.eu/gammu/> for updates.\n");
printf("\n");
exit(0);
}
@@ -149,6 +149,7 @@ int process_commandline(int argc, char **argv, SMSD_Parameters * params)
help();
exit(0);
default:
+ fprintf(stderr, "Parameter -%c not known!\n", opt);
wrong_params();
break;
}