aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-08-31 17:22:13 +0200
committerThomas White <taw@physics.org>2015-08-31 17:22:13 +0200
commitf64e11a71fb860ec0c7f421c359b8b5125a8c470 (patch)
treed658e135d53f26859cc57b93d5da026fb1d5cc7d
parente6b1798b93f5313d5824b72a225dc8ca8fb0fbb8 (diff)
Fix comments
-rw-r--r--src/partialator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partialator.c b/src/partialator.c
index 59d78f11..d6606ef4 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -644,8 +644,8 @@ int main(int argc, char *argv[])
{"no-scale", 0, &no_scale, 1},
{"no-pr", 0, &no_pr, 1},
{"no-polarisation", 0, &polarisation, 0},
- {"no-polarization", 0, &polarisation, 0},
- {"polarisation", 0, &polarisation, 1}, /* compat */
+ {"no-polarization", 0, &polarisation, 0}, /* compat */
+ {"polarisation", 0, &polarisation, 1},
{"polarization", 0, &polarisation, 1}, /* compat */
{"no-free", 0, &no_free, 1},