2
0
Fork 0
mirror of https://github.com/ethauvin/rife2.git synced 2025-05-01 19:08:12 -07:00

Minor tweak

This commit is contained in:
Geert Bevin 2023-03-20 20:31:25 -04:00
parent d68325800b
commit 56c4df4e58

View file

@ -44,7 +44,7 @@ public class HelpOperation {
topic = arguments_.remove(0); 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(); System.err.println();
boolean print_full_help = true; boolean print_full_help = true;