From: Johannes Berg Date: Mon, 6 Jul 2009 11:14:41 +0000 (+0200) Subject: add warning about scripts X-Git-Tag: v0.9.15~8^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8aefee9ac62a3d36df0f372f91c8b413114826f6;p=thirdparty%2Fiw.git add warning about scripts --- diff --git a/iw.c b/iw.c index 636cd06..f06b403 100644 --- a/iw.c +++ b/iw.c @@ -170,7 +170,8 @@ static void usage(bool full) } fprintf(stderr, "\nYou can omit the 'phy' or 'dev' if " "the identification is unique,\n" - "e.g. \"iw wlan0 info\" or \"iw phy0 info\".\n\n"); + "e.g. \"iw wlan0 info\" or \"iw phy0 info\". " + "(Don't when scripting.)\n\n"); } static int print_help(struct nl80211_state *state,