mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
docs: generic documentation from the installation scripts
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user