@@ -2318,7 +2318,7 @@ usage(const char *progname)
2318
2318
" to obtain the cluster key\n" ));
2319
2319
printf (_ (" -d, --debug generate lots of debugging output\n" ));
2320
2320
printf (_ (" -k, --data-checksums use data page checksums\n" ));
2321
- printf (_ (" -K, --file-encryption-keylen\n"
2321
+ printf (_ (" -K, --file-encryption-keylen=LENGTH \n"
2322
2322
" bit length of the file encryption key\n" ));
2323
2323
printf (_ (" -L DIRECTORY where to find the input files\n" ));
2324
2324
printf (_ (" -n, --no-clean do not clean up after errors\n" ));
@@ -3008,7 +3008,7 @@ main(int argc, char *argv[])
3008
3008
{"wal-segsize" , required_argument , NULL , 12 },
3009
3009
{"data-checksums" , no_argument , NULL , 'k' },
3010
3010
{"authprompt" , no_argument , NULL , 'R' },
3011
- {"file-encryption-keylen" , no_argument , NULL , 'K' },
3011
+ {"file-encryption-keylen" , required_argument , NULL , 'K' },
3012
3012
{"allow-group-access" , no_argument , NULL , 'g' },
3013
3013
{"cluster-key-command" , required_argument , NULL , 'c' },
3014
3014
{"copy-encryption-keys" , required_argument , NULL , 'u' },
0 commit comments