]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.sh: Fix program name in error message.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 2 May 2024 23:57:13 +0000 (16:57 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 2 May 2024 23:57:13 +0000 (16:57 -0700)
* gnulib-tool.sh: Use 'gnulib-tool' instead of 'gnulib' as the program
name in the error message.

ChangeLog
gnulib-tool.sh

index d59f8d5c7e23470acb060e279767f210143016e0..d967c8cfac33b57f0fbf31419c317480614bd6f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-05-02  Collin Funk  <collin.funk1@gmail.com>
+
+       gnulib-tool.sh: Fix program name in error message.
+       * gnulib-tool.sh: Use 'gnulib-tool' instead of 'gnulib' as the program
+       name in the error message.
+
 2024-05-02  Collin Funk  <collin.funk1@gmail.com>
 
        DEPENDENCIES: Add Cygwin as supported platform.
index b486e99b1ef1a4c7e7955152f9ef4e8dda3bdcb8..521d16e47ae11a370acb4fe67bf71c87f28e6c27 100755 (executable)
@@ -1584,7 +1584,7 @@ func_determine_path_separator
       echo "gnulib-tool: invalid options for 'update' mode" 1>&2
       echo "Try 'gnulib-tool --help' for more information." 1>&2
       echo "If you really want to modify the gnulib configuration of your project," 1>&2
-      echo "you need to use 'gnulib --import' - at your own risk!" 1>&2
+      echo "you need to use 'gnulib-tool --import' - at your own risk!" 1>&2
       func_exit 1
     fi
   fi