summaryrefslogtreecommitdiff
path: root/tagstats/tagstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tagstats/tagstats.cpp')
-rw-r--r--tagstats/tagstats.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tagstats/tagstats.cpp b/tagstats/tagstats.cpp
index aeca840..6f63c1b 100644
--- a/tagstats/tagstats.cpp
+++ b/tagstats/tagstats.cpp
@@ -105,11 +105,11 @@ int main(int argc, char *argv[]) {
while (true) {
int c = getopt_long(argc, argv,
#ifdef TAGSTATS_COUNT_TAG_COMBINATIONS
- "dHT:R:t:r:b:l:w:h:",
+ "dHT:R:t:r:b:l:w:h:",
#else
- "dHR:t:r:b:l:w:h:",
+ "dHR:t:r:b:l:w:h:",
#endif // TAGSTATS_COUNT_TAG_COMBINATIONS
- long_options, 0);
+ long_options, 0);
if (c == -1) {
break;
}