Skip to content

Commit

Permalink
man1/flux-kvs: Add clarification on get --watch
Browse files Browse the repository at this point in the history
Note that the --watch option watches for all times a key is written
to, not if it changes.
  • Loading branch information
chu11 committed Nov 19, 2018
1 parent cf31737 commit 4233ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man1/flux-kvs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ added. If '-j', value is interpreted as encoded JSON and formatted accordingly.
If '-r', value is displayed without a newline. If '-t', the RFC 11 object
is displayed. '-a treeobj' causes the lookup to be relative to an RFC 11
snapshot reference. If '-w', after the initial value, display the
new value each time the key changes until interrupted, or if '-c count'
new value each time the key is written to until interrupted, or if '-c count'
is specified, until 'count' values have been displayed. If the
initial value does not yet exist, `-W` can be specified to wait for it
to be created.
Expand Down

0 comments on commit 4233ed2

Please sign in to comment.