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

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


The following commit(s) were added to refs/heads/master by this push:
     new e1d76bdd8 fix "reindex" cmd help string
e1d76bdd8 is described below

commit e1d76bdd8b2a9c9ebfe301d913420eb344c2004f
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed Apr 19 11:55:32 2023 -0400

    fix "reindex" cmd help string
---
 Allura/allura/command/show_models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/allura/command/show_models.py 
b/Allura/allura/command/show_models.py
index aa06ef600..b0b5fad19 100644
--- a/Allura/allura/command/show_models.py
+++ b/Allura/allura/command/show_models.py
@@ -55,7 +55,7 @@ class ReindexCommand(base.Command):
     max_args = 1
     usage = '<ini file>'
     summary = 'Reindex into solr and re-shortlink all artifacts\n' \
-              'By default both --refs and --tasks are enabled, but if you 
specify just one, the other will be disabled'
+              'By default both --refs and --solr are enabled, but if you 
specify just one, the other will be disabled'
     parser = base.Command.standard_parser(verbose=True)
     parser.add_option('-p', '--project', dest='project',  default=None,
                       help='project to reindex')

Reply via email to