Skip to content

Commit 7de3ba8

Browse files
committed
Tweak helper text for CLI flag
Signed-off-by: lelia <lelia@socket.dev>
1 parent ba576ae commit 7de3ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socketsecurity/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def create_argument_parser() -> argparse.ArgumentParser:
259259
repo_group.add_argument(
260260
"--workspace",
261261
metavar="<string>",
262-
help="The workspace of the repository to associate the full-scan with.",
262+
help="The workspace in the Socket Organization that the repository is in to associate with the full scan.",
263263
required=False
264264
)
265265
repo_group.add_argument(

0 commit comments

Comments
 (0)