Skip to content

Commit 4011e2e

Browse files
committed
chore: Remove confusing wording in status command
1 parent ea021d7 commit 4011e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async fn main() -> anyhow::Result<()> {
4646
println!("{}", response.message.unwrap_or("".to_string()));
4747
for (i, (cwd, session)) in session_info.iter().enumerate() {
4848
println!(
49-
"Session #{i} - Agent: {}, cwd: {cwd}, pid: {}, tmux location: {}",
49+
"Agent #{i}: {}, cwd: {cwd}, pid: {}, tmux location: {}",
5050
session.agent, session.pid, session.tmux_location,
5151
);
5252
}

0 commit comments

Comments
 (0)