Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
Replace "kale" with "skala" as an argument to --backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberkt authored and ehildenb committed Aug 17, 2017
1 parent 2a86a8b commit fa379b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class KompileOptions implements Serializable {
public OuterParsingOptions outerParsing = new OuterParsingOptions();

// Common options
@Parameter(names="--backend", description="Choose a backend. <backend> is one of [coq|java|kale]. Each creates the kompiled K definition.")
@Parameter(names="--backend", description="Choose a backend. <backend> is one of [coq|java|skala]. Each creates the kompiled K definition.")
public String backend = Backends.JAVA;

@Parameter(names="--doc-style", description="Specify a style option for the package 'k.sty' (when '--backend [pdf|latex]' is used) or path to an alternative .css file (when '--backend html' is used).")
Expand Down

0 comments on commit fa379b4

Please sign in to comment.