mirror of
https://github.com/rife2/bld
synced 2026-04-08 09:54:09 +02: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 class RunHelp implements CommandHelp {
|
||||||
public String getSummary() {
|
public String getSummary() {
|
||||||
return "Runs the project";
|
return "Runs the project (take option)";
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDescription(String topic) {
|
public String getDescription(String topic) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue