mirror of
https://github.com/rife2/bld
synced 2026-01-05 05:33:43 +01:00
Fixed Run help summary
This commit is contained in:
parent
b81743896a
commit
17548f787c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue