* 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>
+
+ 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.
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