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

Fixed Run help summary

This commit is contained in:
Erik C. Thauvin 2023-08-13 18:17:56 -07:00
parent b81743896a
commit 17548f787c

View file

@ -15,7 +15,7 @@ import rife.bld.operations.RunOperation;
*/
public class RunHelp implements CommandHelp {
public String getSummary() {
return "Runs the project";
return "Runs the project (take option)";
}
public String getDescription(String topic) {