From 00f1d889cc8e6bd93ea76bdf6ebcf03e8a414aba Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Sat, 18 Feb 2017 02:34:57 -0500 Subject: [PATCH] examples/ctfws: forgot one --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ad9be89..9222391 100644 --- a/README.rst +++ b/README.rst @@ -116,7 +116,7 @@ get the latest messages automatically. * To start a game:: mosquitto_pub "$M[@]" -t ctfws/game/flags -r -m '0 0' - mosquitto_pub "$M[@]" -t ctfws/game/config -r -m `date +%s`' 900 3 900 10' + mosquitto_pub "$M[@]" -t ctfws/game/config -r -m `date +%s`' 900 3 900 10 0' * To post information (The messages must have date stamps on the front!):: -- 2.50.1