You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/08/19 17:27:48 UTC

git commit: fixed typo in information message

Repository: maven-indexer
Updated Branches:
  refs/heads/master dbc4636ef -> 61a91b069


fixed typo in information message

Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/61a91b06
Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/61a91b06
Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/61a91b06

Branch: refs/heads/master
Commit: 61a91b069c78ddbbed03e9d1d42c8d7fc4ee60c2
Parents: dbc4636
Author: Hervé Boutemy <hb...@apache.org>
Authored: Tue Aug 19 17:27:45 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Tue Aug 19 17:27:45 2014 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/61a91b06/indexer-cli/src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java
----------------------------------------------------------------------
diff --git a/indexer-cli/src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java b/indexer-cli/src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java
index 2dbbdc9..2fac778 100644
--- a/indexer-cli/src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java
+++ b/indexer-cli/src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java
@@ -207,7 +207,7 @@ public class NexusIndexerCli
         .withDescription( "Create checksums for all files (sha1, md5)." ).create( CREATE_FILE_CHECKSUMS ) );
 
         options.addOption( OptionBuilder.withLongOpt( "type" ).hasArg() //
-        .withDescription( "Indexer type (default, min, full or coma separated list of custom types)." ).create( TYPE ) );
+        .withDescription( "Indexer type (default, min, full or comma separated list of custom types)." ).create( TYPE ) );
 
         options.addOption( OptionBuilder.withLongOpt( "legacy" ) //
         .withDescription( "Build legacy .zip index file" ).create( LEGACY ) );