changeset 4399:349e409fbbb1

server, docs: add overview comment for cmds
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 13 Sep 2019 16:16:59 +0200
parents 1ab8a5bbce02
children 3b36c4d810b0
files cmd/gemma/main.go cmd/wfs/main.go
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cmd/gemma/main.go	Fri Sep 13 16:16:19 2019 +0200
+++ b/cmd/gemma/main.go	Fri Sep 13 16:16:59 2019 +0200
@@ -11,6 +11,8 @@
 // Author(s):
 //  * Sascha L. Teichmann <sascha.teichmann@intevation.de>
 
+// Command gemma starts the middleware server
+// for waterway monitoring and management.
 package main
 
 import (
--- a/cmd/wfs/main.go	Fri Sep 13 16:16:19 2019 +0200
+++ b/cmd/wfs/main.go	Fri Sep 13 16:16:59 2019 +0200
@@ -11,6 +11,7 @@
 // Author(s):
 //  * Sascha L. Teichmann <sascha.teichmann@intevation.de>
 
+// Command wfs is an diagnostic tool for manually downloading WFS data.
 package main
 
 import (