[gupnp-tools] network-light: Fix typo



commit 57b6da756fbacdb15e590928f264b536321b3f69
Author: Jens Georg <mail jensge org>
Date:   Mon May 10 15:33:22 2021 +0200

    network-light: Fix typo

 src/network-light/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/network-light/main.c b/src/network-light/main.c
index 1f604bb..3286dbe 100644
--- a/src/network-light/main.c
+++ b/src/network-light/main.c
@@ -54,7 +54,7 @@ static GOptionEntry entries[] =
         { "exclusive", 'x', 0, G_OPTION_ARG_NONE, &exclusive, N_("Apply change exclusively to this UPnP 
light"), NULL },
         { "v4", '4', 0, G_OPTION_ARG_NONE, &ipv4, N_("Use IPv4"), NULL },
         { "v6", '6', 0, G_OPTION_ARG_NONE, &ipv6, N_("Use IPv6"), NULL },
-        { "no-v4",  0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &ipv4, N_("No not use IPv4"), NULL },
+        { "no-v4",  0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &ipv4, N_("Do not use IPv4"), NULL },
         { "no-v6", 0, G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &ipv6, N_("Do not use IPv6"), NULL },
         { NULL }
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]