mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
git-worktree: Fix indentation
This commit is contained in:
parent
2138bce2f1
commit
dd065f67cf
1 changed files with 1 additions and 3 deletions
|
@ -88,9 +88,7 @@ if __name__ == "__main__":
|
||||||
help='The directory where to checkout the new worktree')
|
help='The directory where to checkout the new worktree')
|
||||||
parser.add_argument('branch', metavar='branch', type=str,
|
parser.add_argument('branch', metavar='branch', type=str,
|
||||||
help='The branch to checkout')
|
help='The branch to checkout')
|
||||||
parser.add_argument("--no-color",
|
parser.add_argument("--no-color", default=False, action='store_true',
|
||||||
default=False,
|
|
||||||
action='store_true',
|
|
||||||
help="Do not output ansi colors.")
|
help="Do not output ansi colors.")
|
||||||
options = parser.parse_args()
|
options = parser.parse_args()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue