Skip to content

Commit 99971f8

Browse files
fix: codebase init --link-to help text (#770)
1 parent 0a3d05a commit 99971f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

safety/codebase/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# init options help
1111
CMD_HELP_CODEBASE_INIT_NAME = "Name of the codebase. Defaults to GIT origin name, parent directory name, or random string if parent directory is unnamed. The value will be normalized for use as an identifier."
1212
CMD_HELP_CODEBASE_INIT_LINK_TO = (
13-
"Link to an existing codebase (project) in Safety Platform."
13+
"Link to an existing codebase using its codebase slug (found in Safety Platform)."
1414
)
1515
CMD_HELP_CODEBASE_INIT_DISABLE_FIREWALL = "Don't enable Firewall protection for this codebase (enabled by default when available in your organization)"
1616
CMD_HELP_CODEBASE_INIT_PATH = (

0 commit comments

Comments
 (0)