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

git psykorebase --help fails because there is no man page for it. #20

Open
Natim opened this issue Jul 31, 2015 · 1 comment
Open

git psykorebase --help fails because there is no man page for it. #20

Natim opened this issue Jul 31, 2015 · 1 comment

Comments

@Natim
Copy link
Collaborator

Natim commented Jul 31, 2015

--help doesn't works:

$ git psykorebase --help
Aucune entrée de manuel pour git-psykorebase
voir « man 7 undocumented » pour obtenir de l'aide quand les pages de manuel ne sont pas disponibles.

Also -h works:

$ git psykorebase -h
usage: git-psykorebase [-h] [--no-ff] [--continue] [--ask]
                       [PRIMARY-BRANCH] [SECONDARY-BRANCH]

Perform safe merged-based rebases.

positional arguments:
  PRIMARY-BRANCH    Branch you want to apply changes on top of.
  SECONDARY-BRANCH  Branch with changes you want to rebase.

optional arguments:
  -h, --help        show this help message and exit
  --no-ff           Force a commit message for the psykorebase.
  --continue        Continue the rebase after a merge conflict.
  --ask             Ask confirmation before each command.
@Natim Natim added the feature label Jul 31, 2015
@Natim Natim added this to the Maybe - Low priority milestone Jul 31, 2015
@Natim
Copy link
Collaborator Author

Natim commented Aug 11, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant