Skip to content

Commit c45ef48

Browse files
authored
Merge pull request #1157 from GitGuardian/plalanne/-/improve-hmsl
Improve --type option documentation for hmsl check command
2 parents ec91377 + ff4d327 commit c45ef48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggshield/cmd/hmsl/hmsl_common_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
help="""Type of input to process.
3939
4040
\b
41-
- `file`: the input is a simple file containing secrets.
41+
- `file`: the input is a text file containing secrets. One line per secret.
4242
- `env`: the input is a file containing environment variables.""",
4343
callback=lambda _, __, value: InputType[value.upper()],
4444
)

0 commit comments

Comments
 (0)