Skip to content

Commit e37c2af

Browse files
committed
Update deprecation message
1 parent 39e67ac commit e37c2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serena/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def index(project: str, log_level: str = "WARNING") -> None:
435435
@click.argument("project", type=click.Path(exists=True), default=os.getcwd(), required=False)
436436
@click.option("--log-level", type=click.Choice(["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"]), default="WARNING")
437437
def index_deprecated(project: str, log_level: str = "WARNING") -> None:
438-
click.echo("Deprecated! Use `project index` instead.")
438+
click.echo("Deprecated! Use `serena project index` instead.")
439439
ProjectCommands._index_project(project, log_level)
440440

441441
@staticmethod

0 commit comments

Comments
 (0)