]> git.treefish.org Git - phys/latlib.git/commitdiff
Fixed writeout option.
authorAlexander Schmidt <alex@treefish.org>
Sun, 16 Feb 2014 16:36:59 +0000 (17:36 +0100)
committerAlexander Schmidt <alex@treefish.org>
Sun, 16 Feb 2014 16:36:59 +0000 (17:36 +0100)
o815/o815.cpp

index df5d6351ff34617da7e6ef9f1e94b52f01bfee6c..f078db3a0dcb16dd9d017d5409c49551af100a23 100644 (file)
@@ -233,7 +233,7 @@ void o815::parseArgs(int argc, char **argv, comoption specOps[]) {
     case 'C':
       readCacheArgs(optarg, comargs.confcache.first, comargs.confcache.second);
       break;
-    case 'w':
+    case 'W':
       comargs.outdir = optarg;
       break;
     default: