Bug 36009: Document koha-worker --queue elastic_index
authorMagnus Enger <magnus@libriotech.no>
Wed, 7 Feb 2024 07:51:36 +0000 (07:51 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 7 Mar 2024 14:02:48 +0000 (15:02 +0100)
commit3eff8d02b7ec4435a46972710786630518814cb0
tree7ec10ef2e5bcbf735335cbc8552282441049b36c
parentb7f9a86677323d72adabeacc3f123fc8ee4c7d7e
Bug 36009: Document koha-worker --queue elastic_index

To test:
- Copy the koha-worker script to the standard location:
  $ sudo cp debian/scripts/koha-worker /usr/sbin/koha-worker
- Check "sudo koha-worker --help" and verify elastic_index is
  mentioned in the list of "current queues"
- See https://wiki.koha-community.org/wiki/Testing_man_pages for
  how to check the "man" page. There should be a new paragraph
  about "Current queues" under "--queue"

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
debian/docs/koha-worker.xml
debian/scripts/koha-worker