fix typo
This commit is contained in:
parent
a7ad682cbe
commit
a611e32682
4 changed files with 3 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue