Skip to content

Commit 4638d08

Browse files
yeldarbyclaude
andcommitted
fix(cli): align video status hint text with team guidance
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 802a233 commit 4638d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roboflow/cli/handlers/video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _video_status(args: argparse.Namespace) -> None:
7777
output_error(
7878
args,
7979
f"Video job '{args.job_id}' not found.",
80-
hint="Run 'roboflow video infer' to start a video job.",
80+
hint="Check the job ID. You can get job IDs from 'roboflow video infer'.",
8181
exit_code=3,
8282
)
8383
else:

0 commit comments

Comments
 (0)