summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-10 14:50:11 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-10 14:50:11 -0700
commit116addafe3a9f44e457dcdfd957ffcb2b0c3e6b1 (patch)
treefb9105f9b4bc8025204e4b77c90b99864dd57082
parentfc24acbd57df4f967e7cec5fd98c3292f06105d5 (diff)
downloadvyatta-op-116addafe3a9f44e457dcdfd957ffcb2b0c3e6b1.tar.gz
vyatta-op-116addafe3a9f44e457dcdfd957ffcb2b0c3e6b1.zip
add completions for show files
Fix bug: 3302
-rw-r--r--templates/show/files/node.tag/node.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show/files/node.tag/node.def b/templates/show/files/node.tag/node.def
index 17dcae9..1734b2b 100644
--- a/templates/show/files/node.tag/node.def
+++ b/templates/show/files/node.tag/node.def
@@ -1,2 +1,3 @@
help: Show files in the specified directory
-run: ls -lh $3
+allowed: echo -n *
+run: ls -lh "$3"