Compare commits

...

1 commit

Author SHA1 Message Date
RoomWithOutRoof
20b6822834
fix: correct sucessfully to successfully typo in echo message (#14) 2026-06-27 16:12:46 -05:00

View file

@ -88,7 +88,7 @@ fi
echo "Creating manpage..."
if command -v help2man >/dev/null; then
if help2man -o "$MANPAGE_DIR" "target/$LINUX_TARGET/release/$NAME"; then
echo "Manpage created sucessfully and saved in $MANPAGE_DIR"
echo "Manpage created successfully and saved in $MANPAGE_DIR"
else
echo "Error creating manpage."
fi