Add -s to the usage text...
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 26 Jan 2006 02:02:17 +0000 (02:02 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 26 Jan 2006 02:02:17 +0000 (02:02 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@577 959494ce-11ee-0310-bf91-de5d638817bd

daemon/main.c

index 8a287a0..2a6ec6a 100644 (file)
@@ -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');
        }
     }