diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-24 10:50:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-10-02 01:39:33 +0200 |
commit | d2312f2921089f25979798a93294d05398a0a062 (patch) | |
tree | c5ad42c54499b10f99a4a09bc0c7890c5a2e2a6f /org.eclipse.jgit.pgm/src/org | |
parent | 9cb8192d1986befd56fb371269eee308c4f50998 (diff) | |
download | jgit-d2312f2921089f25979798a93294d05398a0a062.tar.gz jgit-d2312f2921089f25979798a93294d05398a0a062.zip |
Add missing online help for Ketch server type option in CLI daemon
Change-Id: I19d27bbdbfdb1c7a5a688e41dfcba73a142a1afd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/src/org')
-rw-r--r-- | org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java index 03f3fac0b6..a7bdde9f66 100644 --- a/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java +++ b/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java @@ -101,7 +101,7 @@ class Daemon extends TextBuiltin { @Option(name = "--export-all", usage = "usage_exportWithoutGitDaemonExportOk") boolean exportAll; - @Option(name = "--ketch") + @Option(name = "--ketch", metaVar = "metaVar_ketchServerType", usage = "usage_ketchServerType") KetchServerType ketchServerType; enum KetchServerType { |