diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-10-21 15:25:09 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-21 15:26:44 -0500 |
commit | ea1ca76e82912a1bde5be013c042892092cb6205 (patch) | |
tree | c1ad2ef6ffe4f221edee7619d8b86fbe9d6aa710 /templates/copy | |
parent | 601cc5d54fa869dd4a9bbe45e9396ba6fc1f5811 (diff) | |
download | vyatta-op-ea1ca76e82912a1bde5be013c042892092cb6205.tar.gz vyatta-op-ea1ca76e82912a1bde5be013c042892092cb6205.zip |
Bugfix 7577: Only show the remote uri help if there is no completion
Diffstat (limited to 'templates/copy')
-rw-r--r-- | templates/copy/file/node.tag/node.def | 4 | ||||
-rw-r--r-- | templates/copy/file/node.tag/to/node.tag/node.def | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/templates/copy/file/node.tag/node.def b/templates/copy/file/node.tag/node.def index b19b788..50b9153 100644 --- a/templates/copy/file/node.tag/node.def +++ b/templates/copy/file/node.tag/node.def @@ -1,7 +1,3 @@ help: Copy files from specified source - scp://<user>:<passwd>@<host>/<file> - ftp://<user>:<passwd>@<host>/<file> - http://<user>:<passwd>@<host>/<file> - tftp://<host>/<file> comptype: imagefiles allowed: echo -n "<imagefiles>" diff --git a/templates/copy/file/node.tag/to/node.tag/node.def b/templates/copy/file/node.tag/to/node.tag/node.def index 0f03a23..b9a136e 100644 --- a/templates/copy/file/node.tag/to/node.tag/node.def +++ b/templates/copy/file/node.tag/to/node.tag/node.def @@ -1,7 +1,4 @@ help: Copy files to specified destination - scp://<user>:<passwd>@<host>/<file> - ftp://<user>:<passwd>@<host>/<file> - tftp://<host>/<file> comptype: imagefiles allowed: echo -n "<imagefiles>" run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; |