From f1c63392aa18ec760ead4a4d5b3e3964a17b6c8c Mon Sep 17 00:00:00 2001 From: fredrik Date: Thu, 26 Jan 2006 02:02:17 +0000 Subject: [PATCH] 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 --- daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } -- 2.11.0