Commit 01ab442f authored by blogic's avatar blogic
Browse files

swconfig: improve usability when switch device incorrect

http://patchwork.openwrt.org/patch/4701/

Signed-off-by: default avatarAndreas Mohr <andim2@users.sf.net>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39229 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent e3f57778
...@@ -270,7 +270,7 @@ int main(int argc, char **argv) ...@@ -270,7 +270,7 @@ int main(int argc, char **argv)
dev = swlib_connect(cdev); dev = swlib_connect(cdev);
if (!dev) { if (!dev) {
fprintf(stderr, "Failed to connect to the switch\n"); fprintf(stderr, "Failed to connect to the switch. Use the \"list\" command to see which switches are available.\n");
return 1; return 1;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment