Browse Source

Update README.md

Vova Tkach 6 years ago
parent
commit
c4c37d4e54
1 changed files with 10 additions and 6 deletions
  1. 10 6
      README.md

+ 10 - 6
README.md

@@ -1,12 +1,16 @@
 # golang-fave
+
+## Usage
 ```
 Usage of ./fave:
-  -dir string
-    	virtual hosts directory
-  -host string
-    	server host (default "0.0.0.0")
-  -port int
-    	server port (default 8080)
+	-debug
+		debug mode with ignoring log files
+	-dir string
+		virtual hosts directory
+	-host string
+		server host (default "0.0.0.0")
+	-port int
+		server port (default 8080)
 ```
 
 ## Development