diff options
Diffstat (limited to 'mirror.1')
-rw-r--r-- | mirror.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,13 +3,14 @@ mirror \- copies remote git repositories in bulk .SH SYNOPSIS .SY mirror +.RB [ -n ] .RI [ repositories ] .SY mirror\ -v .YS .SH DESCRIPTION This script will read .I repositories -file for paths or addresses to git repositories, clone them in a bare mirror mode or update existing mirrors as +file for paths or addresses to git repositories and clone them in a bare mirror mode or update existing mirrors as necessary. If not provided .I repositories will default to @@ -17,6 +18,10 @@ will default to in the current working directory. .P With +.B -n +option the script will only print actions it would perform and not attempt any updates. +.P +With .B -v option the script will print version information to standard output and terminate immediately after. .SH EXIT STATUS |