Skip to content

Commit 1e5379f

Browse files
committed
fix: improve help text for --tail flag and update XS_ADDR docs
1 parent 73340cf commit 1e5379f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct CommandCat {
7373
#[clap(long, short = 'p')]
7474
pulse: Option<u64>,
7575

76-
/// Begin long after the end of the stream
76+
/// Skip existing events, only show new ones
7777
#[clap(long, short = 't')]
7878
tail: bool,
7979

@@ -229,8 +229,7 @@ To start a store at this location, run:
229229
230230
If using xs.nu conveniences (.cat, .append, etc.), the address is determined by:
231231
1. $env.XS_ADDR if set
232-
2. ~/.config/cross.stream/XS_ADDR file if it exists
233-
3. {default_path} (default)
232+
2. {default_path} (default)
234233
235234
To use a different address temporarily:
236235
with-env {{XS_ADDR: \"./my-store\"}} {{ .cat }}

0 commit comments

Comments
 (0)