summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOri Bernstein <ori@eigenstate.org>2021-06-06 22:26:07 +0000
committerOri Bernstein <ori@eigenstate.org>2021-06-06 22:26:07 +0000
commit24286fa2847a7624de58d699d55af8ef31697b35 (patch)
tree15ab3aadd978242a1a3f6ed3b1459641c63c52d5
parent6ae0cd0d48a1b852f4a00c09aa8056e9062b1cf1 (diff)
downloadplan9front-24286fa2847a7624de58d699d55af8ef31697b35.tar.xz
sysinfo(1): we're on git now.
-rw-r--r--sys/man/1/sysinfo10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/man/1/sysinfo b/sys/man/1/sysinfo
index 4c5f0fc15..06aa81092 100644
--- a/sys/man/1/sysinfo
+++ b/sys/man/1/sysinfo
@@ -39,19 +39,13 @@ These flags are useful for reporting new installs to the
development team.
.PP
.I Sysupdate
-updates the local mercurial repository by executing
+updates the local git repository by executing
the following commands:
.IP
.EX
bind -ac /dist/plan9front /
-hg -v pull -u
+git/pull -u $repo
.EE
-.PP
-If the
-.B -i
-flag is included, the command
-.B hg incoming
-is prepended.
.SH SOURCE
.B /rc/bin/sysinfo
.br