summaryrefslogtreecommitdiff
path: root/util/ectool.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ectool.c')
-rw-r--r--util/ectool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/ectool.c b/util/ectool.c
index 85da6327a2..b7db98f548 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -1932,7 +1932,8 @@ int cmd_wireless(int argc, char *argv[])
if (argc != 2) {
fprintf(stderr, "Usage: %s <mask>\n", argv[0]);
fprintf(stderr, " 0x1 = WLAN\n"
- " 0x2 = Bluetooth\n");
+ " 0x2 = Bluetooth\n"
+ " 0x4 = WWAN\n");
return -1;
}
p.enabled = strtol(argv[1], &e, 0);