From 5fd9ee20f836906a85347b6b53b7ddfaafcb8afc Mon Sep 17 00:00:00 2001
From: =?utf8?q?Arsen=20Arsenovi=C4=87?= <arsen@aarsen.me>
Date: Sun, 27 Nov 2022 20:45:06 +0100
Subject: [PATCH] bootstrap: Fix --help output.

* build-aux/bootstrap (usage): Regenerate.
---
 ChangeLog           | 5 +++++
 build-aux/bootstrap | 6 +-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eedab2ae83..5436871fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-27  Arsen Arsenović  <arsen@aarsen.me>
+
+	bootstrap: Fix --help output.
+	* build-aux/bootstrap (usage): Regenerate.
+
 2022-11-27  Paul Eggert  <eggert@cs.ucla.edu>
 
 	explicit_bzero: work with gcc -std=c99
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 341d05d57e..9714a59432 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -30,7 +30,7 @@
 
 # Please report bugs or propose patches to bug-gnulib@gnu.org.
 
-scriptversion=2022-07-24.15; # UTC
+scriptversion=2022-07-29.23; # UTC
 
 me="$0"
 medir=`dirname "$me"`
@@ -657,10 +657,6 @@ Options:
                            and history on your machine, and do not want
                            to waste your bandwidth downloading them again.
                            Defaults to \$GNULIB_REFDIR
-  --bootstrap-sync         if this bootstrap script is not identical to
-                           the version in the local gnulib sources,
-                           update this script, and then restart it with
-
   --bootstrap-sync         if this bootstrap script is not identical to
                            the version in the local gnulib sources,
                            update this script, and then restart it with
-- 
2.39.5