]> git.armaanb.net Git - opendoas.git/blobdiff - doas.c
some improvements from michael reed;
[opendoas.git] / doas.c
diff --git a/doas.c b/doas.c
index 12c65302fd1fc4c04d2449f338f7a7bc834db1d7..5fc188919baed4e0c72edeb9b80286aecef94070 100644 (file)
--- a/doas.c
+++ b/doas.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: doas.c,v 1.26 2015/07/26 20:47:01 espie Exp $ */
+/* $OpenBSD: doas.c,v 1.27 2015/07/26 22:44:33 tedu Exp $ */
 /*
  * Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
  *
@@ -36,7 +36,7 @@
 static void __dead
 usage(void)
 {
-       fprintf(stderr, "usage: doas [-s] [-C config] [-u user] command [args]\n");
+       fprintf(stderr, "usage: doas [-ns] [-C config] [-u user] command [args]\n");
        exit(1);
 }