Skip to content

Commit

Permalink
Renamed obsolete entries to kinesis-tailr (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr211 authored May 10, 2023
1 parent ba3432b commit c95b2f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "kinesis-tailf"
name = "kinesis-tailr"
version = "0.0.1"
license = "GPL-3,0-or-later"
description = "kinesis-tailr"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Install to /usr unless otherwise specified, such as `make PREFIX=/app`
PREFIX=/usr

NAME=kinesis-tailf
NAME=kinesis-tailr

# What to run to install various files
INSTALL=install
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ A simple tool to tail a Kinesis stream built with Rust.
make install
```

Installs a single binary to `/usr/bin/kinesis-tailf`.
Installs a single binary to `/usr/bin/kinesis-tailr`.

# Usage

❯ kinesis-tailf -help
❯ kinesis-tailr -help

Usage: kinesis-tailf [OPTIONS] --stream-name <STREAM_NAME>
Usage: kinesis-tailr [OPTIONS] --stream-name <STREAM_NAME>

Options:
-r, --region <REGION> AWS Region
Expand All @@ -39,7 +39,7 @@ Installs a single binary to `/usr/bin/kinesis-tailf`.

### Example

kinesis-tailf \
kinesis-tailr \
-r eu-west-1 \
--stream-name=ddb-stream-dev \
--print-timestamp \
Expand Down

0 comments on commit c95b2f3

Please sign in to comment.