README: Fix usage

This commit is contained in:
Carl Johnson 2016-12-11 18:45:05 -05:00
parent 432a63149f
commit 0d5cb2ceee
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ GOBIN=$(pwd) GOPATH=$(mktemp -d) go get github.com/carlmjohnson/heffalump
```
## Usage
```
Usage of heffalump:
heffalump [opts]
@ -25,3 +26,4 @@ heffalump [opts]
Address to serve (default "127.0.0.1:8080")
-path string
Path to serve from. Path ending in / serves sub-paths. (default "/")
```