diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-04-07 12:23:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-04-07 12:23:47 -0700 |
commit | 07135d6be732aca61dfa77d03a3aa06120767c03 (patch) | |
tree | 4d7a7542fdb65e2164e9f6639cbb91231fc07244 /Documentation/git-credential-cache--daemon.txt | |
parent | Merge branch 'js/apply-partial-clone-filters-recursively' (diff) | |
parent | doc: replace "--" with {litdd} in credential-cache/fsmonitor (diff) | |
download | tgif-07135d6be732aca61dfa77d03a3aa06120767c03.tar.xz |
Merge branch 'tz/doc-litdd-fixes'
Documentation markup fix.
* tz/doc-litdd-fixes:
doc: replace "--" with {litdd} in credential-cache/fsmonitor
Diffstat (limited to 'Documentation/git-credential-cache--daemon.txt')
-rw-r--r-- | Documentation/git-credential-cache--daemon.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-credential-cache--daemon.txt b/Documentation/git-credential-cache--daemon.txt index 7051c6bdf8..01e1c214dd 100644 --- a/Documentation/git-credential-cache--daemon.txt +++ b/Documentation/git-credential-cache--daemon.txt @@ -1,5 +1,5 @@ -git-credential-cache--daemon(1) -=============================== +git-credential-cache{litdd}daemon(1) +==================================== NAME ---- @@ -8,7 +8,7 @@ git-credential-cache--daemon - Temporarily store user credentials in memory SYNOPSIS -------- [verse] -git credential-cache--daemon [--debug] <socket> +'git credential-cache{litdd}daemon' [--debug] <socket> DESCRIPTION ----------- |