diff options
author | Warner Losh <imp@FreeBSD.org> | 2021-06-20 04:14:39 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2021-06-20 04:20:13 +0000 |
commit | dfde7327ba09ed2d49891a6a677ddeeccafc04cb (patch) | |
tree | 1919473b4310ba3962607498dfbfdc48e949dd37 | |
parent | 8e22e76d94dc5fef83abcb3c082ab4242ef90ba2 (diff) |
handbook/cutting-edge: fix etcupdate bootstrapping
One bootstraps with etcupdate extract, not etcupdate bootstrap, so
change the one example to use extract.
PR: 256725
Sponsored by: Netflix
-rw-r--r-- | documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index c8ac2a5597..668dabe1d9 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -907,7 +907,7 @@ To prevent this, perform the following steps *before* updating sources and build [source,shell] .... -# etcupdate bootstrap <.> +# etcupdate extract <.> # etcupdate diff <.> .... |