瀏覽代碼

display fetch-one command in help

Lucas Stadler 11 年之前
父節點
當前提交
b9d3f7c34f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      go/feeds/feeds.go

+ 1 - 1
go/feeds/feeds.go

@ -28,7 +28,7 @@ import (
28 28
// - support json and edn output (and transit?)
29 29
// test (see feeds_test.go)
30 30
31
var commands = []string{"fetch-all", "help"}
31
var commands = []string{"fetch-all", "fetch-one", "help"}
32 32
33 33
func main() {
34 34
	if len(os.Args) == 1 {