Skip to content

Commit eb51898

Browse files
authored
Update README.md
1 parent c53fb93 commit eb51898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ See `saluki --help` for all options.
1212
## Consume from a topic
1313
`saluki consume mybroker:9092/mytopic -p 1 -o 123456 -m 10` - This will print 9 messages before (and inclusively the offset specified) offset `123456` of `mytopic` on `mybroker`, in partition 1.
1414

15-
Use the `-g` flag to go the other way, ie. in the above example to consume 9 messages FROM offset 123456
15+
Use the `-g` flag to go the other way, ie. in the above example to consume the 9 messages _after_ offset 123456
1616

1717
# Install
1818
`pip install saluki`

0 commit comments

Comments
 (0)