You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2022/11/15 10:31:35 UTC

[hop] branch master updated: Above line is wrong in implementation updated the document and Command Line Option

This is an automated email from the ASF dual-hosted git repository.

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new efddeb129f Above line is wrong in implementation updated the document and Command Line Option
     new 1d10fb508b Merge pull request #1786 from nanthakumar1305/my-contribution
efddeb129f is described below

commit efddeb129fbe6bdbf0e6e3f08a35c7f8a3556b3f
Author: nanthakumar1305 <75...@users.noreply.github.com>
AuthorDate: Tue Nov 15 09:24:59 2022 +0000

    Above line is wrong in implementation updated the document and Command Line Option
---
 .../hop-user-manual/modules/ROOT/pages/hop-tools/hop-conf/hop-conf.adoc | 2 +-
 .../org/apache/hop/projects/project/ManageProjectsOptionPlugin.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-conf/hop-conf.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-conf/hop-conf.adoc
index 911bc85eaa..23b880ecdb 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-conf/hop-conf.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-tools/hop-conf/hop-conf.adoc
@@ -126,7 +126,7 @@ Usage: <main class> [-h] [-ec] [-ed] [-el] [-em] [-ey] [-pc] [-pd] [-pl] [-pm]
                               default value is project-config.json
       -ph, --project-home=<projectHome>
                             The home directory of the project
-      -pl, -projects-list   List the defined projects
+      -pl, --projects-list   List the defined projects
       -pm, --project-modify Modify a project
       -pn, --projects-enabled
                             Enable or disable the projects plugin
diff --git a/plugins/misc/projects/src/main/java/org/apache/hop/projects/project/ManageProjectsOptionPlugin.java b/plugins/misc/projects/src/main/java/org/apache/hop/projects/project/ManageProjectsOptionPlugin.java
index 900a02647f..ae8297a96e 100644
--- a/plugins/misc/projects/src/main/java/org/apache/hop/projects/project/ManageProjectsOptionPlugin.java
+++ b/plugins/misc/projects/src/main/java/org/apache/hop/projects/project/ManageProjectsOptionPlugin.java
@@ -125,7 +125,7 @@ public class ManageProjectsOptionPlugin implements IConfigOptions {
   private boolean deleteProject;
 
   @CommandLine.Option(
-      names = {"-pl", "-projects-list"},
+      names = {"-pl", "--projects-list"},
       description = "List the defined projects")
   private boolean listProjects;