From: Johannes Berg Date: Thu, 30 Jul 2009 12:12:53 +0000 (+0200) Subject: add warning about screenscraping X-Git-Tag: v0.9.16~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbdb8d05087451b1e1e57d7ce1eb1b1246a9e952;p=thirdparty%2Fiw.git add warning about screenscraping --- diff --git a/iw.c b/iw.c index b26f86c..347d87c 100644 --- a/iw.c +++ b/iw.c @@ -171,7 +171,9 @@ 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\". " - "(Don't when scripting.)\n\n"); + "(Don't when scripting.)\n\n" + "Do NOT screenscrape this tool, we don't " + "consider its output stable.\n\n"); } static int print_help(struct nl80211_state *state,