mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Update comment
Deprecated command line option --data-dir was removed in commit 5ca0b57,
but a comment still referred to it.
This commit is contained in:
@@ -348,7 +348,7 @@ main(int argc, char **argv)
|
|||||||
*-------------
|
*-------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* -D/--pgdata/--data-dir */
|
/* -D/--pgdata */
|
||||||
case 'D':
|
case 'D':
|
||||||
strncpy(runtime_options.data_dir, optarg, MAXPGPATH);
|
strncpy(runtime_options.data_dir, optarg, MAXPGPATH);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user