From 77caec4a1e442aa3bfc393c7347281364ce13dc9 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 7 Jul 2008 14:53:30 -0700 Subject: Show files completion Show files allows any pathname as argument therefore just give a generic completion message Bugfix: 3302 --- templates/show/files/node.tag/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' run: ls -lh "$3" -- cgit v1.2.3