From 9ca839f7790e562b988ffcbb27f0cc5b58ad0b71 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Thu, 12 Oct 2017 10:44:49 +0200 Subject: gentree: add --git-debug as alias to --gitdebug I always find myself typing --git-debug, so let's just add that. Signed-off-by: Johannes Berg --- gentree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentree.py b/gentree.py index 026afdc2..a98aceb2 100755 --- a/gentree.py +++ b/gentree.py @@ -651,7 +651,7 @@ def _main(): help='Refresh patches as they are applied, the source dir will be modified!') parser.add_argument('--base-name', metavar='', type=str, default='Linux', help='name of base tree, default just "Linux"') - parser.add_argument('--gitdebug', const=True, default=False, action="store_const", + parser.add_argument('--gitdebug', '--git-debug', const=True, default=False, action="store_const", help='Use git, in the output tree, to debug the various transformation steps ' + 'that the tree generation makes (apply patches, ...)') parser.add_argument('--verbose', const=True, default=False, action="store_const", -- cgit v1.2.3