diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-15 17:13:55 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-15 17:14:31 -0500 |
commit | 1c3fe96baf457c136f0c6511e2b47112ed60a5a4 (patch) | |
tree | 5d7c3df400fd17786358d1ff78e9e26829eea62c | |
parent | 55f8c2b3d481a4ae0872ca147f2bc9e9093f4278 (diff) | |
download | vyatta-op-1c3fe96baf457c136f0c6511e2b47112ed60a5a4.tar.gz vyatta-op-1c3fe96baf457c136f0c6511e2b47112ed60a5a4.zip |
Bugfix 7327: change the show tech-support help text
(cherry picked from commit 3a684e56f00c3f95351c700c9d7477ad7e792152)
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 '<file> <scp://<user>:<passwd>@<host>/<file>> <ftp://<user>:<passwd>@<host>/<file>>' 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 '<file> <scp://<user>:<passwd>@<host>/<file>> <ftp://<user>:<passwd>@<host>/<file>>' 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 '<file> <scp://<user>:<passwd>@<host>/<file>> <ftp://<user>:<passwd>@<host>/<file>>' 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 '<file> <scp://<user>:<passwd>@<host>/<file>> <ftp://<user>:<passwd>@<host>/<file>>' run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; then |