aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2013-12-02 17:38:16 +0530
committerV.Krishn <vkrishn4@gmail.com>2013-12-02 17:38:16 +0530
commit97ac19706f249a8e080f52c8a1ac4f3450d62d79 (patch)
tree78dac6e9e9143b9666e7de351026e2405eaaf723
parent6f7760208a3c014f40afc2552cb0e147230612ed (diff)
downloadmqtt-dirpub-97ac19706f249a8e080f52c8a1ac4f3450d62d79.tar.bz2
bump to v0.2.0v0.2.0
- updated Readme.md
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 64cf669..1a0c1b4 100644
--- a/README.md
+++ b/README.md
@@ -11,15 +11,16 @@ This helps in organizing your subscribed data in neat hierarchy.
`--fmask <file-mask>`
-**path to message outfile**
- allowed masks are:
+**file-mask** - path to message outfile.
+
+allowed masks are:
`@[epoch|date|year|month|day|datetime|hour|min|sec|id|topic[1-9]]`
**eg.**
-`--fmask '/tmp/msgs/@id@date@topic'`
+`--fmask '/tmp/msgs/@year/@month@day/@topic/@id@hour@min'`
will create file:
-`/tmp/msgs/id-2010-12-21-topicname`
+`/tmp/msgs/2010/10-29/topic/id-05-40`
**topic** having hierarchy structure gets further resolved to directory.