mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +02:00
The problem was that -client was different from --client, which makes for a confusing user experience. So, this change makes them the same and re-names -client to --java-client. The value of this is that hopefully -client and --client being the same feels more logical to users.