From a1775237d4e4666c5d200a2697650c1e12c878f1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 14 Aug 2019 14:12:09 +0900 Subject: [PATCH] Update comment Deprecated command line option --data-dir was removed in commit 5ca0b57, but a comment still referred to it. --- repmgr-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;