Skip to content

Commit

Permalink
Merge pull request #3552 from visr/patch-1
Browse files Browse the repository at this point in the history
fix projsync --list-files CSV header
  • Loading branch information
rouault committed Jan 12, 2023
2 parents c637eff + 5aecba7 commit 6422f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/projsync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ int main(int argc, char *argv[]) {
file.reset();

if (listFiles) {
std::cout << "filename,source_id,area_of_use,file_size" << std::endl;
std::cout << "filename,area_of_use,source_id,file_size" << std::endl;
}

std::string proj_data_version_str;
Expand Down

0 comments on commit 6422f0c

Please sign in to comment.