Signed-off-by: Reiner Herrmann <rei...@reiner-h.de>
---
 log/logread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log/logread.c b/log/logread.c
index 8c9fda8..f677b44 100644
--- a/log/logread.c
+++ b/log/logread.c
@@ -305,7 +305,7 @@ int main(int argc, char **argv)
        static struct blob_buf b;
        int retry = 5;
 
-       while ((ch = getopt(argc, argv, "ufcs:l:r:F:p:S:P:h:")) != -1) {
+       while ((ch = getopt(argc, argv, "ufs:l:r:F:p:S:P:h:")) != -1) {
                switch (ch) {
                case 'u':
                        log_udp = 1;
-- 
1.9.0.rc3
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to