diff --git a/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt b/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt
index 419eac51aa52c765a202856b3f1620e742b29cb6..09f7f0e70b327f800046b542e7571720aeebb5a6 100644
--- a/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt
+++ b/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt
@@ -103,7 +103,7 @@ t.transpile(optimize_ops, params_grads, pservers=pserver_endpoints, trainers=2)
# in pserver, run this
exe.run(fluid.default_startup_program())
#current_endpoint here means current pserver IP:PORT you wish to run on
-exe.run(t.get_pserver_program(current_endpoint, optimize_ops))
+exe.run(t.get_pserver_program(current_endpoint))
# in trainer, run this
... # define data reader
diff --git a/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html b/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html
index 1b15aa157b61ec199f237555642e7113efcd16ef..2fec4357963ebde33e030264a61977f27b29964d 100644
--- a/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html
+++ b/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html
@@ -301,7 +301,7 @@
# in pserver, run this
exe.run(fluid.default_startup_program())
#current_endpoint here means current pserver IP:PORT you wish to run on
-exe.run(t.get_pserver_program(current_endpoint, optimize_ops))
+exe.run(t.get_pserver_program(current_endpoint))
# in trainer, run this
... # define data reader