Note to self: Test code before committing...
[doldaconnect.git] / daemon / main.c
index 8a287a0..1670c5e 100644 (file)
@@ -427,11 +427,12 @@ int main(int argc, char **argv)
        case 's':
            logtosyslog = 1;
            logtostderr = 0;
+           break;
        case 'h':
        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');
        }
     }