swconfig: add SWITCH_TYPE_LINK and support sending link info to user space
[openwrt/openwrt.git] / package / network / config / swconfig / src / cli.c
index fa3dfdf6f2bda062e28c657f1c7c0ad97b86be3f..d472086781365b1d441cea18a4bc2c9932557cc9 100644 (file)
@@ -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;
        }