commit 62ffdc724a83cec5574ce033cbbaee059187774c
parent ab81dedde3179727efe122f88cdbecdd7fdf4b79
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 1 Oct 2024 09:05:01 +0200
Correction of a typo in the manual page
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/git-repo.1 b/git-repo.1
@@ -12,7 +12,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
-.Dd September 24, 2024
+.Dd October 1, 2024
.Dt GIT-REPO 1
.Os
.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -68,7 +68,7 @@ git repo /path/to/the/git/repository.git
.Pp
Set up a bare repository with write access shared with the
.Ar users
-group :
+group:
.Bd -literal -offset Ds
git repo -s users /path/to/the/git/repository.git
.Ed