From 699e887916bcfa885ba52f8af546dd4c14ec39bb Mon Sep 17 00:00:00 2001 From: "advielsack@gmail.com" Date: Thu, 12 Jul 2012 19:24:24 +0000 Subject: [PATCH] committing patch for more help text from Lars Lindholm (larlin) git-svn-id: http://gsconf.googlecode.com/svn/trunk@9 11042eb7-4a36-49e9-8ab2-01d26d512705 --- shell_sys.c | 2 +- shell_vlan.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shell_sys.c b/shell_sys.c index d563670..d8520d5 100644 --- a/shell_sys.c +++ b/shell_sys.c @@ -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; } diff --git a/shell_vlan.c b/shell_vlan.c index adfa969..661eb3d 100644 --- a/shell_vlan.c +++ b/shell_vlan.c @@ -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; } -- 2.39.2