... oh why do java binaries (java, javac, jar ...) use long command line options starting with a single dash instead of going with the "one dash for one letter options, two dashes for long option names" convention?
I'll probably never learn to type things like java -version instead of java --version right away ...