Skip to content

Commit 0e9e71e

Browse files
committed
fix hint text
1 parent 1f3b6f5 commit 0e9e71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub fn poll(query_run_id: &str, workspace_id: &str, format: &str) {
133133
use crossterm::style::Stylize;
134134
eprintln!("{}", format!("query status: {status}").yellow());
135135
eprintln!("query_run_id: {}", run.id);
136-
eprintln!("{}", format!("Poll again with: hotdata query {}", run.id).dark_grey());
136+
eprintln!("{}", format!("Poll again with: hotdata query status {}", run.id).dark_grey());
137137
}
138138
}
139139
}

0 commit comments

Comments
 (0)