Skip to content
Snippets Groups Projects
Commit 871fa6df authored by Demian Katz's avatar Demian Katz
Browse files

Fixed alphabetical order.

parent 59ca295e
No related merge requests found
...@@ -77,9 +77,9 @@ class Module implements \Zend\ModuleManager\Feature\ConsoleUsageProviderInterfac ...@@ -77,9 +77,9 @@ class Module implements \Zend\ModuleManager\Feature\ConsoleUsageProviderInterfac
public function getConsoleUsage(Console $console) public function getConsoleUsage(Console $console)
{ {
return [ return [
'generate dynamicroute' => 'Add a dynamic route',
'generate extendservice' => 'Override a service with a new child class', 'generate extendservice' => 'Override a service with a new child class',
'generate nontabrecordaction' => 'Add routes for non-tab record action', 'generate nontabrecordaction' => 'Add routes for non-tab record action',
'generate dynamicroute' => 'Add a dynamic route',
'generate recordroute' => 'Add a record route', 'generate recordroute' => 'Add a record route',
'generate staticroute' => 'Add a static route', 'generate staticroute' => 'Add a static route',
'harvest harvest_oai' => 'OAI-PMH harvester', 'harvest harvest_oai' => 'OAI-PMH harvester',
...@@ -96,17 +96,17 @@ class Module implements \Zend\ModuleManager\Feature\ConsoleUsageProviderInterfac ...@@ -96,17 +96,17 @@ class Module implements \Zend\ModuleManager\Feature\ConsoleUsageProviderInterfac
'util createHierarchyTrees' => 'Cache populator for hierarchies', 'util createHierarchyTrees' => 'Cache populator for hierarchies',
'util cssBuilder' => 'LESS compiler', 'util cssBuilder' => 'LESS compiler',
'util deletes' => 'Tool for deleting Solr records', 'util deletes' => 'Tool for deleting Solr records',
'util expire_searches' => 'Database search table cleanup',
'util expire_sessions' => 'Database session table cleanup',
'util expire_external_sessions' 'util expire_external_sessions'
=> 'Database external_session table cleanup', => 'Database external_session table cleanup',
'util expire_searches' => 'Database search table cleanup',
'util expire_sessions' => 'Database session table cleanup',
'util index_reserves' => 'Solr reserves indexer', 'util index_reserves' => 'Solr reserves indexer',
'util optimize' => 'Solr optimize tool', 'util optimize' => 'Solr optimize tool',
'util sitemap' => 'XML sitemap generator', 'util sitemap' => 'XML sitemap generator',
'util suppressed' => 'Remove ILS-suppressed records from Solr',
'util switch_db_hash' => 'Switch the hashing algorithm in the database ' 'util switch_db_hash' => 'Switch the hashing algorithm in the database '
. 'and config. Expects new algorithm and (optional) new key as' . 'and config. Expects new algorithm and (optional) new key as'
. ' parameters.', . ' parameters.',
'util suppressed' => 'Remove ILS-suppressed records from Solr',
]; ];
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment