Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #920

Merged
merged 1 commit into from Nov 15, 2022
Merged

Conversation

jcastilloixl
Copy link
Contributor

Fixing help subcommand reference to be --help, not -h, which does not work:

$ trufflehog git -h
trufflehog: error: unknown short flag '-h', try --help
$ trufflehog --version
trufflehog 3.16.4

Fixing help subcommand reference to be `--help`, not `-h`, which does not work:

```
$ trufflehog git -h
trufflehog: error: unknown short flag '-h', try --help
$ trufflehog --version
trufflehog 3.16.4
```
@jcastilloixl jcastilloixl requested a review from a team as a code owner November 15, 2022 00:31
@CLAassistant
Copy link

CLAassistant commented Nov 15, 2022

CLA assistant check
All committers have signed the CLA.

@dustin-decker dustin-decker merged commit 741130f into trufflesecurity:main Nov 15, 2022
@jcastilloixl jcastilloixl deleted the patch-1 branch November 15, 2022 21:41
mac2000 pushed a commit to mac2000/trufflehog that referenced this pull request Nov 16, 2022
Fixing help subcommand reference to be `--help`, not `-h`, which does not work:

```
$ trufflehog git -h
trufflehog: error: unknown short flag '-h', try --help
$ trufflehog --version
trufflehog 3.16.4
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants