diff options
Diffstat (limited to 'templates/show/host/lookup')
-rw-r--r-- | templates/show/host/lookup/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/host/lookup/node.tag/node.def b/templates/show/host/lookup/node.tag/node.def index 3b1dd38..ea7426e 100644 --- a/templates/show/host/lookup/node.tag/node.def +++ b/templates/show/host/lookup/node.tag/node.def @@ -1,4 +1,4 @@ help: Lookup host information for specified name or address -allowed: echo "<hostname> <x.x.x.x> <y:y:y:y:y>" +allowed: echo -n '<hostname> <x.x.x.x> <y:y:y:y:y>' run: /usr/bin/host $4 |