mirror of
https://github.com/edu4rdshl/unimap.git
synced 2026-07-17 23:24:49 +00:00
fix: correct sucessfully to successfully typo in echo message
This commit is contained in:
parent
c6a06db04b
commit
a5cee9b875
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue