From: Tomas Winkler Date: Mon, 30 Jun 2008 13:38:20 +0000 (+0200) Subject: make iw print out that it supports 'info' X-Git-Tag: v0.9~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6fc7dc919c9d6c96c00c91af091e51809952f2d;p=thirdparty%2Fiw.git make iw print out that it supports 'info' From Tomas: "Here is little patch to help iw be more useful." --- diff --git a/iw.c b/iw.c index 3368d58..2661d7c 100644 --- a/iw.c +++ b/iw.c @@ -95,7 +95,7 @@ static void usage(char *argv0) fprintf(stderr, "Usage: %1$s dev [OPTIONS]" "\n %1$s dev info\n" "\n" - "where OBJECT := { interface | station | mpath }\n" + "where OBJECT := { interface | station | mpath | info }\n" "and COMMAND := { add | del | set | get | dump }\n", argv0); }