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:
parent
262b500bc1
commit
b81743896a
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue