diff options
author | Stuart Stock <stuart@int08h.com> | 2020-03-21 14:08:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 14:08:52 -0500 |
commit | f46c503518ffb5f3209d015c6a5292810a3ec074 (patch) | |
tree | db8b6d104d4741c4ea80cf6649f7f78a94b9285c | |
parent | b522c9f5b5801f180abb5ad955d4e7c48ce05c9a (diff) | |
download | roughenough-f46c503518ffb5f3209d015c6a5292810a3ec074.zip |
Add -z flag to time setting example in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ Oct 26 2018 23:20:44 You can use the `date` utility on Linux machines to set the system time to the time determined by the Roughenough client: ```bash -sudo date --utc --set "$(roughenough-client roughtime.int08h.com 2002)" +sudo date --utc --set "$(roughenough-client -z roughtime.int08h.com 2002)" ``` ### Validating Server Responses |