Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Update documentation a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Mar 4, 2018
1 parent 6f90353 commit b708df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -10,6 +10,8 @@
<artifactId>executable-war</artifactId>
<name>Executable War 'header'</name>
<version>1.38-SNAPSHOT</version>
<description>Defines the main() method for a self-contained web application that kickstarts
embedded Winstone and runs a web application without needing a servlet container.</description>

<properties>
<java.level>6</java.level>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/Main.java
Expand Up @@ -264,7 +264,7 @@ private static void _main(String[] args) throws Exception {

// override the usage screen
Field usage = launcher.getField("USAGE");
usage.set(null,"Jenkins Continuous Integration Engine "+getVersion("")+"\n" +
usage.set(null,"Jenkins Automation Server Engine "+getVersion("")+"\n" +
"Usage: java -jar jenkins.war [--option=value] [--option=value]\n" +
"\n" +
"Options:\n" +
Expand Down

0 comments on commit b708df3

Please sign in to comment.