Add kill to -v even though visible through usage

This commit is contained in:
Jan-Piet Mens
2015-09-15 08:42:26 +02:00
parent 181a108bf2
commit ecba3665f3

3
ocat.c
View File

@@ -170,6 +170,9 @@ void print_versioninfo()
#endif
#ifdef HAVE_PING
printf("\tHAVE_PING = yes\n");
#endif
#ifdef HAVE_KILL
printf("\tHAVE_KILL = yes\n");
#endif
printf("\tSTORAGEDEFAULT = \"%s\"\n", STORAGEDEFAULT);
printf("\tDOCROOT = \"%s\"\n", DOCROOT);