summaryrefslogtreecommitdiff
path: root/templates/terminal/length/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/terminal/length/node.def')
-rw-r--r--templates/terminal/length/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/terminal/length/node.def b/templates/terminal/length/node.def
index a6aaa85..47624e0 100644
--- a/templates/terminal/length/node.def
+++ b/templates/terminal/length/node.def
@@ -1,4 +1,4 @@
-help: "Set terminal page length [0 will disable paging]"
+help: Set terminal page length [0 will disable paging]
run: if [ -n "$3" ] ; then
if [ $3 -eq 0 ] ; then
OFR_PAGER='cat -s' ;