|
@@ -57,7 +57,7 @@ func Boot() {
|
|
|
initMime()
|
|
|
initHttpClient()
|
|
|
|
|
|
- workspacePath := flag.String("workspace", "", "dir path of the workspace, default to ~/Documents/SiYuan/")
|
|
|
+ workspacePath := flag.String("workspace", "", "dir path of the workspace, default to ~/SiYuan/")
|
|
|
wdPath := flag.String("wd", WorkingDir, "working directory of SiYuan")
|
|
|
port := flag.String("port", "0", "port of the HTTP server")
|
|
|
readOnly := flag.String("readonly", "false", "read-only mode")
|