X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-help.c;h=335fe5fedcc6523a3b49a3e00686fe381098bcda;hb=24cf6e5847073d50390e0b7950e8e6b5a09103bc;hp=7470faa56692e17608d202000b78a91565360b72;hpb=3d990f110c2e5b8df83f6ab3ef83497f43c7fd47;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");