From 1c3fe96baf457c136f0c6511e2b47112ed60a5a4 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Fri, 15 Jul 2011 17:13:55 -0500 Subject: Bugfix 7327: change the show tech-support help text (cherry picked from commit 3a684e56f00c3f95351c700c9d7477ad7e792152) --- templates/show/tech-support/brief/save-uncompressed/node.tag/node.def | 2 +- templates/show/tech-support/brief/save/node.tag/node.def | 2 +- templates/show/tech-support/save-uncompressed/node.tag/node.def | 2 +- templates/show/tech-support/save/node.tag/node.def | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/show/tech-support/brief/save-uncompressed/node.tag/node.def b/templates/show/tech-support/brief/save-uncompressed/node.tag/node.def index f90ecd4..f1a94c3 100644 --- a/templates/show/tech-support/brief/save-uncompressed/node.tag/node.def +++ b/templates/show/tech-support/brief/save-uncompressed/node.tag/node.def @@ -1,4 +1,4 @@ -help: Save uncompressed brief tech-support report to specified file/path +help: Save uncompressed brief tech-support report to specified path/file allowed: echo -n ' :@/> :@/>' run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; then diff --git a/templates/show/tech-support/brief/save/node.tag/node.def b/templates/show/tech-support/brief/save/node.tag/node.def index 97ebdf6..bf6d45f 100644 --- a/templates/show/tech-support/brief/save/node.tag/node.def +++ b/templates/show/tech-support/brief/save/node.tag/node.def @@ -1,4 +1,4 @@ -help: Save compressed brief tech-support report to specified file/path +help: Save compressed brief tech-support report to specified path/file allowed: echo -n ' :@/> :@/>' run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; then diff --git a/templates/show/tech-support/save-uncompressed/node.tag/node.def b/templates/show/tech-support/save-uncompressed/node.tag/node.def index 41efd2f..8a637c6 100644 --- a/templates/show/tech-support/save-uncompressed/node.tag/node.def +++ b/templates/show/tech-support/save-uncompressed/node.tag/node.def @@ -1,4 +1,4 @@ -help: Save uncompressed tech-support report to specified file/path +help: Save uncompressed tech-support report to specified path/file allowed: echo -n ' :@/> :@/>' run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; then diff --git a/templates/show/tech-support/save/node.tag/node.def b/templates/show/tech-support/save/node.tag/node.def index ac8f56f..26e91a0 100644 --- a/templates/show/tech-support/save/node.tag/node.def +++ b/templates/show/tech-support/save/node.tag/node.def @@ -1,4 +1,4 @@ -help: Save compressed tech-support report to the specified file/path +help: Save compressed tech-support report to the specified path/file allowed: echo -n ' :@/> :@/>' run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; then -- cgit v1.2.3