mirror of
https://github.com/rife2/bld
synced 2026-04-27 10:14:08 +02:00
Fixed RunOption help description
This commit is contained in:
parent
262b500bc1
commit
b81743896a
|
|
@ -22,6 +22,6 @@ public class RunHelp implements CommandHelp {
|
|||
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