X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=trace2.h;h=050bf3c8c19dc390e600f113ae9c97a89f290ec0;hb=3e06e74e4cc221d0b602622a5a8d472cfa3efa2d;hp=f189ef5984f0e2e699a1a2a7a0e8fd93e5e0281c;hpb=fab4a8a39666793d407371f519e8b6d25d33fa84;p=thirdparty%2Fgit.git diff --git a/trace2.h b/trace2.h index f189ef5984..050bf3c8c1 100644 --- a/trace2.h +++ b/trace2.h @@ -130,7 +130,7 @@ void trace2_cmd_alias_fl(const char *file, int line, const char *alias, * list of patterns configured important. For example: * git config --system trace2.configParams 'core.*,remote.*.url' * or: - * GIT_TR2_CONFIG_PARAMS=core.*,remote.*.url" + * GIT_TRACE2_CONFIG_PARAMS=core.*,remote.*.url" * * Note: this routine does a read-only iteration on the config data * (using read_early_config()), so it must not be called until enough