diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-24 16:18:51 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-24 20:00:11 +0100 |
commit | 4fca210846b28caf1372edb5ec0abe8193d3ff8b (patch) | |
tree | bde7c869b580d1527c7c09bd85d25dabf01a92e7 /branding/motd-cli/README.md | |
parent | 7d10b4ce74fe9e8a78689d95824fc3bfc37eb469 (diff) |
[feat] hook motd during bootstrap
some refactor, plus fix docs
Diffstat (limited to 'branding/motd-cli/README.md')
-rw-r--r-- | branding/motd-cli/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/branding/motd-cli/README.md b/branding/motd-cli/README.md index 5d00f10..5e66cee 100644 --- a/branding/motd-cli/README.md +++ b/branding/motd-cli/README.md @@ -15,8 +15,8 @@ The structure of the `motd.json` file is like follows: ``` { "motd": [{ - "begin": "Jan 1 2021 00:00:00", - "end": "Dec 31 2021 23:59:00", + "begin": "01 Nov 21 00:00 -0700", + "end": "31 Jan 22 00:00 -0700", "type": "daily", "platform": "all", "urgency": "normal", @@ -32,7 +32,7 @@ The structure of the `motd.json` file is like follows: Valid values are: -* Begin, End are date strings, like "Jan 1 2021 00:00:00". +* Begin, End are date strings, in the format: "01 Jan 21 00:00:00 -0700". * Type: "once" for a one-shot message, "daily" for a message that is displayed daily during the specified duration. * Platform: one of "windows", "osx", "snap", "linux", or "all". * Urgency: either "normal" or "critical". |