mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
docs: generic documentation from the installation scripts
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
491cb95a1f
commit
c3e4753ce9
13 changed files with 484 additions and 241 deletions
|
@ -183,6 +183,10 @@ main() {
|
|||
debug-off) disable_debug ;;
|
||||
*) usage "$_usage"; exit 42;;
|
||||
esac ;;
|
||||
doc)
|
||||
echo
|
||||
echo ".. generic utils/morty.sh documentation"
|
||||
;;
|
||||
|
||||
*) usage "ERROR: unknown or missing command $1"; exit 42;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue