2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 08:17:11 -07:00

Fixed RunOption help description

This commit is contained in:
Erik C. Thauvin 2023-08-13 18:09:22 -07:00
parent 262b500bc1
commit b81743896a

View file

@ -21,7 +21,7 @@ public class RunHelp implements CommandHelp {
public String getDescription(String topic) {
return String.format("""
Runs the project.
Usage : %s [%s=ARG...]""", topic, RunOperation.ARGS_OPTION);
Usage : %s [%sARG...]""", topic, RunOperation.ARGS_OPTION);
}
}