diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-07 14:53:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-07 15:18:08 -0700 |
commit | 77caec4a1e442aa3bfc393c7347281364ce13dc9 (patch) | |
tree | 0a169e1532eebd75689c4006732dce672aaa591e /templates/show | |
parent | 933516d19db0039c30ecf0609f963c68f8fc952c (diff) | |
download | vyatta-op-77caec4a1e442aa3bfc393c7347281364ce13dc9.tar.gz vyatta-op-77caec4a1e442aa3bfc393c7347281364ce13dc9.zip |
Show files completion
Show files allows any pathname as argument
therefore just give a generic completion message
Bugfix: 3302
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/files/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/files/node.tag/node.def b/templates/show/files/node.tag/node.def index 1734b2b..0448ad4 100644 --- a/templates/show/files/node.tag/node.def +++ b/templates/show/files/node.tag/node.def @@ -1,3 +1,3 @@ help: Show files in the specified directory -allowed: echo -n * +allowed: echo -n '<pathname>' run: ls -lh "$3" |