Open danicc097 opened 10 months ago
If running on multiple filenames without --inplace, error message is Error: can not use multiple input files with -i | --inplace. while it should be the opposite
Error: can not use multiple input files with -i | --inplace.
pg_format --config .pg_format $file1 $file2, where .pg_format doesn't contain inplace=1
pg_format --config .pg_format $file1 $file2
inplace=1
If running on multiple filenames without --inplace, error message is
Error: can not use multiple input files with -i | --inplace.
while it should be the oppositepg_format --config .pg_format $file1 $file2
, where .pg_format doesn't containinplace=1