Browse Source

Remove the default -m project from labours.py

Vadim Markovtsev 7 years ago
parent
commit
d0b9e9a7d8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      labours.py

+ 3 - 3
labours.py

@@ -52,9 +52,9 @@ def parse_args():
                         help="Occupy 100%% height for every measurement.")
                         help="Occupy 100%% height for every measurement.")
     parser.add_argument("--couples-tmp-dir", help="Temporary directory to work with couples.")
     parser.add_argument("--couples-tmp-dir", help="Temporary directory to work with couples.")
     parser.add_argument("-m", "--mode",
     parser.add_argument("-m", "--mode",
-                        choices=["project", "file", "person", "churn_matrix", "ownership", "couples",
-                                 "all"],
-                        default="project", help="What to plot.")
+                        choices=["project", "file", "person", "churn_matrix", "ownership",
+                                 "couples", "all"],
+                        help="What to plot.")
     parser.add_argument(
     parser.add_argument(
         "--resample", default="year",
         "--resample", default="year",
         help="The way to resample the time series. Possible values are: "
         help="The way to resample the time series. Possible values are: "