]> git.sur5r.net Git - gsconf/blobdiff - shell_port.c
committing patch for more help text from Lars Lindholm (larlin)
[gsconf] / shell_port.c
index d9400290b6afde6a028f8610eba95dc25b45054b..2dbf94e7c1ced3f9606c7315e949a0d13e9224fe 100644 (file)
@@ -5,7 +5,7 @@ void shell_port(char ** argv, int elem) {
         int n, i, m, o;
         
         if (elem == 1) {
-        
+                printf(" port [show|diag|mirror] \n");
                 return;
         }
         if (strncmp(argv[1], "show", 4) == 0) {