summaryrefslogtreecommitdiff
path: root/crocc.go
diff options
context:
space:
mode:
Diffstat (limited to 'crocc.go')
-rw-r--r--crocc.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/crocc.go b/crocc.go
index d274992..3ecb147 100644
--- a/crocc.go
+++ b/crocc.go
@@ -21,7 +21,6 @@ var (
url = flag.String("url", "http://localhost", "site URL")
generateHidden = flag.Bool("hidden", false, "generate hidden pages")
printVersion = flag.Bool("version", false, "print version and exit")
- sitemap = flag.Bool("sitemap", false, "generate sitemap (will overwrite existing sitemap.xml)")
)
const usage string = `crocc is a simple Markdown-based static site generator.