mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
docs: generic documentation from the installation scripts
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -180,6 +180,10 @@ main() {
|
||||
debug-off) echo; disable_debug ;;
|
||||
*) usage "$_usage"; exit 42;;
|
||||
esac ;;
|
||||
doc)
|
||||
echo
|
||||
echo ".. generic utils/filtron.sh documentation"
|
||||
;;
|
||||
|
||||
*) usage "unknown or missing command $1"; exit 42;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user