Skip to content

Commit 1f11358

Browse files
fix ruff complaint that I caused, and edit printout because you could get it if you ran -v and so I rather limit it now to the exact functionality involved
1 parent 615a733 commit 1f11358

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/trafficgen/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,10 @@ def gen_situation(
160160
else:
161161
click.echo(
162162
"No output folder specified, not writing traffic situations to files.\n"
163-
"You can use -v to visualize them or -o to specify the output folder."
163+
"You can use -o to specify the output folder."
164164
)
165165

166+
166167
main.add_command(gen_situation)
167168

168169
if __name__ == "__main__":

0 commit comments

Comments
 (0)