diff --git a/doc/gui_rpc.php b/doc/gui_rpc.php index 2e96ad5aab..26830dbc62 100644 --- a/doc/gui_rpc.php +++ b/doc/gui_rpc.php @@ -76,7 +76,7 @@ list_item_func( " ); list_item_func( - "project_attach(char* url, char* account_id,
bool use_cached_credentials)", + "project_attach(char* url, char* account_id, bool use_cached_credentials)", "Attach to the given project. Cached credentials are defined in the project_init.xml file." ); @@ -130,7 +130,7 @@ list_item_func( " ); list_item_func( - "acct_mgr_rpc(const char* url, const char* name, const char* passwd,
bool use_cached_credentials)", + "acct_mgr_rpc(const char* url, const char* name, const char* passwd, bool use_cached_credentials)", "Do an Account Manager RPC to the given URL, passing the given name/password. If use_cached_credentials is true, then the existing url, username,