Skip to content

Commit 4d40531

Browse files
committed
graph: fix helptext
1 parent be589c2 commit 4d40531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def create():
199199
# Check if the project has a networks directory
200200
if not (project_path / "networks").exists():
201201
click.secho(
202-
"The current directory does not have a 'networks' directory. Please run 'warnet init' or 'warnet create' first.",
202+
"The current directory does not have a 'networks' directory. Please run 'warnet init' or 'warnet new' first.",
203203
fg="red",
204204
bold=True,
205205
)

0 commit comments

Comments
 (0)