Add -s to the usage text...
[doldaconnect.git] / 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');
        }
     }