mirror of
https://github.com/ethauvin/rife2.git
synced 2025-04-30 10:38:12 -07:00
Minor tweak
This commit is contained in:
parent
d68325800b
commit
56c4df4e58
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class HelpOperation {
|
|||
topic = arguments_.remove(0);
|
||||
}
|
||||
|
||||
System.err.println("Welcome to RIFE2 bld v" + Version.getVersion());
|
||||
System.err.println("Welcome to RIFE2 bld v" + Version.getVersion() + ".");
|
||||
System.err.println();
|
||||
|
||||
boolean print_full_help = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue