X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-var.txt;h=3647dd6c8f9c74a688f7a143119386ba89a8f13d;hb=19a31f9c1a6b18abd8a7f20d616516afca36a6a3;hp=242a1d9bb632f848ffaaa5ad2476584313e05412;hpb=56ae8df5c7b05ee8982c9447fa31116104dc568f;p=git.git diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt index 242a1d9bb..3647dd6c8 100644 --- a/Documentation/git-var.txt +++ b/Documentation/git-var.txt @@ -8,7 +8,7 @@ git-var - Show a git logical variable SYNOPSIS -------- -'git-var' [ -l | ] +'git var' [ -l | ] DESCRIPTION ----------- @@ -20,11 +20,11 @@ OPTIONS Cause the logical variables to be listed. In addition, all the variables of the git configuration file .git/config are listed as well. (However, the configuration variables listing functionality - is deprecated in favor of `git-config -l`.) + is deprecated in favor of 'git-config -l'.) EXAMPLE -------- - $ git-var GIT_AUTHOR_IDENT + $ git var GIT_AUTHOR_IDENT Eric W. Biederman 1121223278 -0600 @@ -61,4 +61,4 @@ Documentation by Eric Biederman and the git-list . GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite