summaryrefslogtreecommitdiffstats
path: root/git-credential-cache--daemon.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-credential-cache--daemon.txt')
-rw-r--r--git-credential-cache--daemon.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-credential-cache--daemon.txt b/git-credential-cache--daemon.txt
index 01e1c214d..650a15a7e 100644
--- a/git-credential-cache--daemon.txt
+++ b/git-credential-cache--daemon.txt
@@ -8,7 +8,7 @@ git-credential-cache--daemon - Temporarily store user credentials in memory
SYNOPSIS
--------
[verse]
-'git credential-cache{litdd}daemon' [--debug] <socket>
+'git credential-cache{litdd}daemon' [--debug] <socket-path>
DESCRIPTION
-----------
@@ -16,7 +16,7 @@ DESCRIPTION
NOTE: You probably don't want to invoke this command yourself; it is
started automatically when you use linkgit:git-credential-cache[1].
-This command listens on the Unix domain socket specified by `<socket>`
+This command listens on the Unix domain socket specified by `<socket-path>`
for `git-credential-cache` clients. Clients may store and retrieve
credentials. Each credential is held for a timeout specified by the
client; once no credentials are held, the daemon exits.