Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Feb 4, 2025
1 parent d3e901b commit 4b0884c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ Arguments:

Options:
--hosts Comma-separated list of host folders to process (e.g., my_host,other_host)
--window Time window in hours for splitting files (default: 24)
--dry-run Run without making any changes
--verbose Enable detailed logging
--help Show this help message

Example:
bun run kompactor.ts /data --hosts my_host --dry-run --verbose
bun run kompactor.ts /data --hosts my_host,other_host --window 12
bun run kompactor.ts /data --hosts my_host,other_host --verbose

```

Expand Down

0 comments on commit 4b0884c

Please sign in to comment.