Skip to content

Commit f2a392f

Browse files
fix: help message after add profile
1 parent 7caeceb commit f2a392f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcpm/commands/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def add(profile, force=False):
160160
profile_config_manager.new_profile(profile)
161161

162162
console.print(f"\n[green]Profile '{profile}' added successfully.[/]\n")
163-
console.print(f"You can now add servers to this profile with 'mcpm add --profile {profile} <server_name>'\n")
163+
console.print(f"You can now add servers to this profile with 'mcpm add --target #{profile} <server_name>'\n")
164164
console.print(
165165
f"Or apply existing config to this profile with 'mcpm profile apply {profile} --server <server_name>'\n"
166166
)

0 commit comments

Comments
 (0)