mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Fixed Run help summary
This commit is contained in:
parent
b81743896a
commit
17548f787c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue