projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e2f97
)
swconfig: improve usability when switch device incorrect
author
John Crispin
<blogic@openwrt.org>
Sun, 12 Jan 2014 12:07:01 +0000
(12:07 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sun, 12 Jan 2014 12:07:01 +0000
(12:07 +0000)
http://patchwork.openwrt.org/patch/4701/
Signed-off-by: Andreas Mohr <andim2@users.sf.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39229
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/network/config/swconfig/src/cli.c
patch
|
blob
|
history
diff --git
a/package/network/config/swconfig/src/cli.c
b/package/network/config/swconfig/src/cli.c
index
fa3dfdf
..
d472086
100644
(file)
--- a/
package/network/config/swconfig/src/cli.c
+++ b/
package/network/config/swconfig/src/cli.c
@@
-270,7
+270,7
@@
int main(int argc, char **argv)
dev = swlib_connect(cdev);
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;
}