From: Amos Jeffries Date: Wed, 21 May 2014 17:50:51 +0000 (-0700) Subject: Docs: mention -k restart in command line usage X-Git-Tag: SQUID_3_5_0_1~227 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fcbb0e8ca684a6349cf336bd5ed6a5f8c8a2e5;p=thirdparty%2Fsquid.git Docs: mention -k restart in command line usage --- diff --git a/src/main.cc b/src/main.cc index 479db26ee2..ba13a2eec3 100644 --- a/src/main.cc +++ b/src/main.cc @@ -292,7 +292,11 @@ usage(void) #if USE_WIN32_SERVICE " -i Installs as a Windows Service (see -n option).\n" #endif - " -k reconfigure|rotate|shutdown|interrupt|kill|debug|check|parse\n" + " -k reconfigure|rotate|shutdown|" +#ifdef SIGTTIN + "restart|" +#endif + "interrupt|kill|debug|check|parse\n" " Parse configuration file, then send signal to \n" " running copy (except -k parse) and exit.\n" " -n name Specify service name to use for service operations\n"