From: fredrik Date: Thu, 26 Jan 2006 02:02:17 +0000 (+0000) Subject: Add -s to the usage text... X-Git-Tag: 0.1~54 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=f1c63392aa18ec760ead4a4d5b3e3964a17b6c8c Add -s to the usage text... git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@577 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/daemon/main.c b/daemon/main.c index 8a287a0..2a6ec6a 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -431,7 +431,7 @@ int main(int argc, char **argv) case ':': case '?': default: - printf("usage: doldacond [-hn] [-C configfile] [-p pidfile] [-f facility]\n"); + printf("usage: doldacond [-hns] [-C configfile] [-p pidfile] [-f facility]\n"); exit(c != 'h'); } }