]> git.sur5r.net Git - gsconf/commitdiff
committing patch for more help text from Lars Lindholm (larlin)
authoradvielsack@gmail.com <advielsack@gmail.com@11042eb7-4a36-49e9-8ab2-01d26d512705>
Thu, 12 Jul 2012 19:24:24 +0000 (19:24 +0000)
committeradvielsack@gmail.com <advielsack@gmail.com@11042eb7-4a36-49e9-8ab2-01d26d512705>
Thu, 12 Jul 2012 19:24:24 +0000 (19:24 +0000)
git-svn-id: http://gsconf.googlecode.com/svn/trunk@9 11042eb7-4a36-49e9-8ab2-01d26d512705

shell_sys.c
shell_vlan.c

index d563670c9cad2e04ffcc5b9f64ef2447bdbc4b78..d8520d5574c3da6837b451713a5213d23045970d 100644 (file)
@@ -6,7 +6,7 @@ void shell_sys(char ** argv, int elem) {
         int n, i, m, o;
         
         if (elem == 1) {
-                printf(" port [show|name|password|restart] \n");
+                printf(" sys [show|name|password|restart] \n");
                 return;
         }
         
index adfa96941260e76337c6f7abe917311022b0399c..661eb3d77c6143d16d5d5cac5099f636e6d66546 100644 (file)
@@ -5,7 +5,7 @@ void shell_vlan(char ** argv, int elem) {
         int n, m, o;
         
         if (elem == 1) {
-                printf(" port [show|enable|show|add|del|assign|revoke] \n");
+                printf(" vlan [show|enable|show|add|del|assign|revoke] \n");
                 return;
         }