diff --git a/goatherd.go b/goatherd.go
index 074e80f4d40223ac693915cf8653645ecf2bfc5b..a5da09a4eada4a20607e435aabf4cf77e677c229 100644
--- a/goatherd.go
+++ b/goatherd.go
@@ -356,7 +356,7 @@ func serve(db *sql.DB) {
 
 
 func main() {
-    flag_config := flag.String("config", "/etc/hotpd.conf", "Path to config file")
+    flag_config := flag.String("config", "/etc/goatherd.conf", "Path to config file")
     flag_init_db := flag.Bool("init-db", false, "Initialize the database.")
     flag_add_user := flag.String("add-user", "", "Add new user to the database. If '-' read name from stdin.")
     flag_secret := flag.String("secret", "-", "Secret for the new user. If '-' read from stdin.")