(cherry picked from commit c4d2834296f6877d33e2c7a9be295dda978f3f2d)
@@ -99,6 +99,6 @@ case "$1" in
rm -rf "$UNM_DIR/core" "$UNM_DIR/core_local_ver" "$LOCK"
;;
*)
- echo -e "Usage: $0/update.sh update_core | remove_core"
+ echo -e "Usage: $0 update_core | remove_core"
esac