Skip to content

Commit

Permalink
Update cli docs for license
Browse files Browse the repository at this point in the history
  • Loading branch information
PoslavskySV committed Jun 10, 2022
1 parent c8aa966 commit 1346d6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/java/com/milaboratory/mixcr/cli/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ public static void main(String... args) {
System.err.println(" mixcr activate-license");
System.err.println();
System.err.println("You can also activate the license via a special file, environment");
System.err.println("variable or other means, please check the docs."); // TODO provide a link
System.err.println("variable or other means, please check the docs at");
System.err.println(" https://github.com/milaboratory/mixcr/wiki/Using-license");
System.err.println();
System.err.println("If you don't have a license check https://licensing.milaboratories.com/.");
System.err.println("Free license is provided for academic users and non-profit organisations.");
System.err.println("Academic users can quickly get a license at\n https://licensing.milaboratories.com.");
System.err.println();
System.err.println("Commercial trial license may be requested at\n https://licensing.milaboratories.com\nor by email to\n licensing@milaboratories.com.");
} else
System.err.println("License error: " + licenseError);
System.exit(LM.LicenseErrorExitCode);
Expand Down

0 comments on commit 1346d6d

Please sign in to comment.