diff --git a/repmgr-client.c b/repmgr-client.c index 02348eb0..42a5c444 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -348,7 +348,7 @@ main(int argc, char **argv) *------------- */ - /* -D/--pgdata/--data-dir */ + /* -D/--pgdata */ case 'D': strncpy(runtime_options.data_dir, optarg, MAXPGPATH); break;