X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-help.c;h=335fe5fedcc6523a3b49a3e00686fe381098bcda;hb=f8f0b1f0e7e96bf996c657d2c5c15e0ba3a4eeac;hp=7470faa56692e17608d202000b78a91565360b72;hpb=0e84fb06a1022f99c96cfcd728e7bf029ef0b5e3;p=git.git diff --git a/builtin-help.c b/builtin-help.c index 7470faa56..335fe5fed 100644 --- a/builtin-help.c +++ b/builtin-help.c @@ -12,7 +12,7 @@ static const char git_usage[] = "Usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [--help] COMMAND [ ARGS ]"; -/* most gui terms set COLUMNS (although some don't export it) */ +/* most GUI terminals set COLUMNS (although some don't export it) */ static int term_columns(void) { char *col_string = getenv("COLUMNS");