diff --git a/website/docs/for-android/quick-start.md b/website/docs/for-android/quick-start.md index 31c66e6..4f79e10 100644 --- a/website/docs/for-android/quick-start.md +++ b/website/docs/for-android/quick-start.md @@ -174,7 +174,7 @@ tasks.named("preBuild") { tasks.register("syncPortals") { doLast { exec { - commandLine("portals", "help") + commandLine("portals", "sync") } } }