mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Fixed RunOption help description
This commit is contained in:
parent
262b500bc1
commit
b81743896a
1 changed files with 2 additions and 2 deletions
|
@ -22,6 +22,6 @@ public class RunHelp implements CommandHelp {
|
||||||
return String.format("""
|
return String.format("""
|
||||||
Runs the project.
|
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