diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-08-17 19:46:21 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:28 -0500 |
commit | 24ba903cb2953183d32703e53daa68b59dd976d8 (patch) | |
tree | 3b72de8cea7f95ce9332be6cd16c7421641ff1ca /templates/set/terminal/width | |
parent | 1f8755e7fa091ae705eda151882424d4e95e1832 (diff) | |
download | vyatta-op-24ba903cb2953183d32703e53daa68b59dd976d8.tar.gz vyatta-op-24ba903cb2953183d32703e53daa68b59dd976d8.zip |
Fixup the help text for top level commands; move terminal to set terminal
(cherry picked from commit 2f6c8ec6f68d44503ee20ad655dd89efa55678cd)
Diffstat (limited to 'templates/set/terminal/width')
-rw-r--r-- | templates/set/terminal/width/node.def | 1 | ||||
-rw-r--r-- | templates/set/terminal/width/node.tag/node.def | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/set/terminal/width/node.def b/templates/set/terminal/width/node.def new file mode 100644 index 0000000..ddbc07d --- /dev/null +++ b/templates/set/terminal/width/node.def @@ -0,0 +1 @@ +help: Set terminal columns diff --git a/templates/set/terminal/width/node.tag/node.def b/templates/set/terminal/width/node.tag/node.def new file mode 100644 index 0000000..792f34a --- /dev/null +++ b/templates/set/terminal/width/node.tag/node.def @@ -0,0 +1,3 @@ +help: Set terminal to given number of columns +allowed: echo -n '<NUMBER>' +run: stty columns $4 |