diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-04-28 16:36:38 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-04-28 16:36:38 -0500 |
commit | d93d2275eba8e7ce1d1bae31e069e696120b0008 (patch) | |
tree | 3dff8e4928f1bf1ff3bcfe01fc8793891d0f4f19 /templates/show/file | |
parent | fac678441717efbd2100a85cb3561ea1e513c3b8 (diff) | |
download | vyatta-op-d93d2275eba8e7ce1d1bae31e069e696120b0008.tar.gz vyatta-op-d93d2275eba8e7ce1d1bae31e069e696120b0008.zip |
rename 'files' to 'file' in templates for image-tools
Diffstat (limited to 'templates/show/file')
-rw-r--r-- | templates/show/file/node.def | 1 | ||||
-rw-r--r-- | templates/show/file/node.tag/node.def | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/show/file/node.def b/templates/show/file/node.def new file mode 100644 index 0000000..a6c408d --- /dev/null +++ b/templates/show/file/node.def @@ -0,0 +1 @@ +help: Show files for a particular image diff --git a/templates/show/file/node.tag/node.def b/templates/show/file/node.tag/node.def new file mode 100644 index 0000000..7e205da --- /dev/null +++ b/templates/show/file/node.tag/node.def @@ -0,0 +1,4 @@ +help: Show files in the specified directory +comptype: imagefiles +allowed: echo -n "<imagefiles>" +run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --show=$3 |