From 641f97f7db115f0e495df7588b190ebcd313c935 Mon Sep 17 00:00:00 2001 From: Erica Fischer Date: Wed, 27 Nov 2024 11:45:44 -0800 Subject: [PATCH] Revert accidentally added line --- overzoom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/overzoom.cpp b/overzoom.cpp index 63822d0f..da098042 100644 --- a/overzoom.cpp +++ b/overzoom.cpp @@ -69,7 +69,6 @@ int main(int argc, char **argv) { {"assign-to-bins", required_argument, 0, 'b' & 0x1F}, {"bin-by-id-list", required_argument, 0, 'c' & 0x1F}, {"accumulate-numeric-attributes", required_argument, 0, 'a' & 0x1F}, - {"numeric-attributes", required_argument, 0, 'a' & 0x1F}, {"no-tile-compression", no_argument, 0, 'd' & 0x1F}, {"clip-bounding-box", required_argument, 0, 'k' & 0x1F}, {"clip-polygon", required_argument, 0, 'l' & 0x1F},