We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The branch flag is missing the argument name:
-b|--branch Show the commits between HEAD and branch. When not specified, master is used.
It should be:
-b|--branch <branch> Show the commits between HEAD and branch. When not specified, master is used.
The text was updated successfully, but these errors were encountered:
4d66f32
Fix changes documentation
01ce44d
The branch flag was missing its argument. Fixes #16
No branches or pull requests
The branch flag is missing the argument name:
It should be:
The text was updated successfully, but these errors were encountered: