cvs2hg: fix typo in man page
authorThomas Klausner <wiz@gatalith.at>
Tue, 27 Jun 2023 12:42:14 +0000 (14:42 +0200)
committerThomas Klausner <wiz@gatalith.at>
Tue, 27 Jun 2023 12:42:14 +0000 (14:42 +0200)
cvs2hg/files/cvs2hg.1

index e1c3a633945f66a2dbb831574da367cd6bea19ed..506bf65cae92ce2fd3c3c384f93bd58bdd3fc6d3 100644 (file)
@@ -71,7 +71,7 @@ To convert the NetBSD src repository, if you have developer access, do:
 .Bd -literal -offset indent
 export REPO=src
 export LOGIN=username
-rsync -aS --delete -e ssh "$USERNAME"@cvs.NetBSD.org::cvsroot/"$REPO" "$REPO"-rsync
+rsync -aS --delete -e ssh "$LOGIN"@cvs.NetBSD.org::cvsroot/"$REPO" "$REPO"-rsync
 cvs2hg "$REPO"-rsync/"$REPO" "$REPO"
 .Ed
 .Pp