mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +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':
|
||||
strncpy(runtime_options.data_dir, optarg, MAXPGPATH);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user