]> git.ipfire.org Git - thirdparty/git.git/blobdiff - parse-options.c
l10n: tr: v2.33 (round 2)
[thirdparty/git.git] / parse-options.c
index e6f56768ca5de8f644143ee462ac11dd959e5946..2abff136a17b1d37452695f8b06609a3176fa273 100644 (file)
@@ -585,7 +585,7 @@ static int show_gitcomp(const struct option *opts, int show_all)
                if (!opts->long_name)
                        continue;
                if (!show_all &&
-                       (opts->flags & (PARSE_OPT_HIDDEN | PARSE_OPT_NOCOMPLETE)))
+                       (opts->flags & (PARSE_OPT_HIDDEN | PARSE_OPT_NOCOMPLETE | PARSE_OPT_FROM_ALIAS)))
                        continue;
 
                switch (opts->type) {