mirror of
https://github.com/rife2/bld
synced 2026-01-06 13:53:43 +01:00
Fixed RunOption help description
This commit is contained in:
parent
262b500bc1
commit
b81743896a
|
|
@ -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…
Reference in a new issue