Skip to content

Commit af26c8e

Browse files
andreiiurAndreiIurko
authored andcommitted
🐛 QD-13103 fix --repository-root description
1 parent 7825b4a commit af26c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/cmd/scan_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func ComputeFlags(cmd *cobra.Command, options *CliOptions) error {
137137
&options.RepositoryRoot,
138138
"repository-root",
139139
"",
140-
"Path to the root of the Git repository. This directory must be the same as --project-dir or a subdirectory within it..",
140+
"Path to the root of the Git repository. This directory must be the same as --project-dir or contain the project directory inside it.",
141141
)
142142
flags.StringVarP(
143143
&options.ResultsDir,

0 commit comments

Comments
 (0)