# # # patch "options_list.hh" # from [6439aea39f38ae17229d11fd3ef6c9555b832f98] # to [d39e3d262a36493d728016e71d08749baa6643b9] # ============================================================ --- options_list.hh 6439aea39f38ae17229d11fd3ef6c9555b832f98 +++ options_list.hh d39e3d262a36493d728016e71d08749baa6643b9 @@ -201,6 +201,7 @@ OPTION(bind_opts, bind, true, "bind", bind_stdio = false; } #endif +HIDE(no_transport_auth) OPTION(bind_opts, no_transport_auth, false, "no-transport-auth", gettext_noop("disable transport authentication")) #ifdef option_bodies @@ -208,6 +209,7 @@ OPTION(bind_opts, no_transport_auth, fal use_transport_auth = false; } #endif +HIDE(bind_stdio) OPTION(bind_opts, bind_stdio, false, "stdio", gettext_noop("serve netsync on stdio")) #ifdef option_bodies