diff --git a/main.go b/main.go index b7ed25f..918eb2a 100644 --- a/main.go +++ b/main.go @@ -46,13 +46,13 @@ func init() { } func main() { - VersionNum = "1.0" + VersionNum = "1.1" // _, executableFile, _, _ := runtime.Caller(0) // get full path of this file cwd, _ := os.Getwd() databaseFile := path.Join(cwd, "data.db") flag.StringVar(&RuntimeArgs.Port, "p", ":8003", "port to bind") flag.StringVar(&RuntimeArgs.DatabaseLocation, "db", databaseFile, "location of database file") - flag.StringVar(&RuntimeArgs.AdminKey, "a", "", "key to access admin priveleges") + flag.StringVar(&RuntimeArgs.AdminKey, "a", "", "key to access admin privaleges") flag.StringVar(&RuntimeArgs.ServerCRT, "crt", "", "location of SSL certificate") flag.StringVar(&RuntimeArgs.ServerKey, "key", "", "location of SSL key") flag.StringVar(&RuntimeArgs.WikiName, "w", "cowyo", "custom name for wiki") diff --git a/templates/index.tmpl b/templates/index.tmpl index fa9a5b5..ec40555 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -119,7 +119,7 @@
  • Encrypt
  • Lock
  • -
  • Self-dstruct
  • +
  • Self-destruct
  • Erase