Skip to content

Commit

Permalink
Improve kafka:topics:retention-time description and help
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciek Sakrejda committed Sep 23, 2016
1 parent 4aae2f0 commit 0276dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/topics_retention_time.js
Expand Up @@ -40,14 +40,14 @@ function * retentionTime (context, heroku) {
module.exports = {
topic: 'kafka',
command: 'topics:retention-time',
description: 'configures topic retention time in Kafka',
description: 'configures topic retention time (e.g. 3d, 10h, 25m)',
help: `
Configures topic retention time in Kafka.
Examples:
$ heroku kafka:topics:retention-time page-visits '1 day'
$ heroku kafka:topics:retention-time page-visits '18 hours' HEROKU_KAFKA_BROWN_URL
$ heroku kafka:topics:retention-time page-visits 3d
$ heroku kafka:topics:retention-time page-visits 18h HEROKU_KAFKA_BROWN_URL
`,
needsApp: true,
needsAuth: true,
Expand Down

0 comments on commit 0276dff

Please sign in to comment.