]> git.dolda2000.com Git - doldaconnect.git/blobdiff - daemon/main.c
Note to self: Test code before committing...
[doldaconnect.git] / daemon / main.c
index 8a287a04c92620463d2cb472c9a39c3f6e2c769c..1670c5ec5f42a0880fd555475bc3c78295aa96b8 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');
        }
     }