summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/q2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q b/src/q
index bf7be22..33b6362 100755
--- a/src/q
+++ b/src/q
@@ -3,7 +3,7 @@ set -eu
usage() {
- echo 'Usage: q TOPIC ACTION [OPTION]'
+ echo 'Usage: q [-C CONSUMER] [-D Q_DIR] TOPIC ACTION'
}
CONSUMER='default-consumer'