summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/github_mirror.122
-rw-r--r--man/github_mirror.conf.516
2 files changed, 19 insertions, 19 deletions
diff --git a/man/github_mirror.1 b/man/github_mirror.1
index 08f7e2a..4d7151b 100644
--- a/man/github_mirror.1
+++ b/man/github_mirror.1
@@ -1,9 +1,9 @@
.Dd 4/28/2025
-.Dt GITHUB_MIRROR 1
+.Dt GITHUB-MIRROR 1
.Os Darwin
.Sh NAME
-.Nm github_mirror
+.Nm github-mirror
.Nm github-mirror
.Nd Mirror GitHub repositories to a local directory
@@ -30,17 +30,17 @@ Load configuration from the specified file.
By default it will search in the following locations:
.Bl -tag -width Ds
.It Pa config.ini
-.It Pa github_mirror.conf
-.It Pa /usr/local/github_mirror/config.ini
-.It Pa /usr/local/github_mirror.conf
-.It Pa /usr/local/etc/github_mirror/config.ini
-.It Pa /usr/local/etc/github_mirror.conf
-.It Pa /etc/github_mirror/config.ini
-.It Pa /etc/github_mirror.conf
+.It Pa github-mirror.conf
+.It Pa /usr/local/github-mirror/config.ini
+.It Pa /usr/local/github-mirror.conf
+.It Pa /usr/local/etc/github-mirror/config.ini
+.It Pa /usr/local/etc/github-mirror.conf
+.It Pa /etc/github-mirror/config.ini
+.It Pa /etc/github-mirror.conf
.El
See
-.Xr github_mirror.conf 5
+.Xr github-mirror.conf 5
for more details on the configuration file format.
.It Fl h , Fl -help
@@ -69,7 +69,7 @@ An error occurred.
.El
.Sh SEE ALSO
-.Xr github_mirror.conf 5 ,
+.Xr github-mirror.conf 5 ,
.Xr git 1
.Sh AUTHORS
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