diff options
author | 2025-05-21 19:37:59 -0700 | |
---|---|---|
committer | 2025-05-21 19:37:59 -0700 | |
commit | e349cd01f274714224db358fcefe9976018be75b (patch) | |
tree | 1473767a8f93585b729bc2f1d20182a4b1a7575e /man/github_mirror.conf.5 | |
parent | 4fb34631a265b549852a858769f24306f2b6b817 (diff) | |
download | github-mirror-0.2.0.tar.gz github-mirror-0.2.0.tar.zst github-mirror-0.2.0.zip |
Change name from `github_mirror` to `github-mirror`v0.2.0
Diffstat (limited to 'man/github_mirror.conf.5')
-rw-r--r-- | man/github_mirror.conf.5 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/github_mirror.conf.5 b/man/github_mirror.conf.5 index e4db4ff..9900ab9 100644 --- a/man/github_mirror.conf.5 +++ b/man/github_mirror.conf.5 @@ -1,10 +1,10 @@ .Dd 4/28/2025 -.Dt GITHUB_MIRROR.CONF 5 +.Dt GITHUB-MIRROR.CONF 5 .Os Darwin .Sh NAME -.Nm github_mirror.conf -.Nd Configuration file for github_mirror +.Nm github-mirror.conf +.Nd Configuration file for github-mirror .Sh SYNOPSIS .Nm @@ -12,7 +12,7 @@ .Sh DESCRIPTION The .Nm -file contains options used to specify github_mirror configuration. +file contains options used to specify github-mirror configuration. .Pp The file is in a INI format, where each line contains an option field and a @@ -48,7 +48,7 @@ This can either be a literal token or a path to a file containing the token. .It Cm user_agent The User-Agent string to use. The default is -.Dq Cm github_mirror/VERSION +.Dq Cm github-mirror/VERSION where VERSION is the version of the program. .It Cm owner @@ -75,13 +75,13 @@ The base directory to mirror repositories into. The default is .El .Sh FILES -.Bl -tag -width "/etc/github_mirror.conf" -compact -.It Pa /etc/github_mirror.conf +.Bl -tag -width "/etc/github-mirror.conf" -compact +.It Pa /etc/github-mirror.conf The .Nm configuration file. .El .Sh SEE ALSO -.Xr github_mirror 1 , +.Xr github-mirror 1 , .Xr git 1 |