summaryrefslogtreecommitdiff
path: root/templates/set
diff options
context:
space:
mode:
Diffstat (limited to 'templates/set')
-rw-r--r--templates/set/date/node.tag/node.def2
-rw-r--r--templates/set/node.tag/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/set/date/node.tag/node.def b/templates/set/date/node.tag/node.def
index 30fecc0..5c54cac 100644
--- a/templates/set/date/node.tag/node.def
+++ b/templates/set/date/node.tag/node.def
@@ -1,3 +1,3 @@
help: Set system date and time
-allowed: echo -n MMDDhhmm MMDDhhmmYY MMDDhhmmCCYY MMDDhhmmCCYY.ss
+allowed: echo -n '<MMDDhhmm>' '<MMDDhhmmYY>' '<MMDDhhmmCCYY>' '<MMDDhhmmCCYY.ss>'
run: sudo /bin/date $3
diff --git a/templates/set/node.tag/node.def b/templates/set/node.tag/node.def
index 4f6350d..908d521 100644
--- a/templates/set/node.tag/node.def
+++ b/templates/set/node.tag/node.def
@@ -1,3 +1,3 @@
help: Bash builtin set command
-allowed: echo -n OPTION...
+allowed: echo -n '<OPTION>'
run: builtin $*