This commit is contained in:
Laura Klünder 2016-12-05 12:14:07 +01:00
parent a7ad682cbe
commit a611e32682
4 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ from c3nav.routing.graph import Graph
class Command(BaseCommand):
help = 'graw the routing graph'
help = 'draw the routing graph'
def add_arguments(self, parser):
parser.add_argument('--no-points', action='store_const', dest='points', const=False, default=True,