diff options
Diffstat (limited to 'templates/set/date')
-rw-r--r-- | templates/set/date/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 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 |