commands: Use single quotes
This commit is contained in:
parent
c97e812544
commit
c32f67f38c
@ -327,7 +327,7 @@ class RootCommand(Command):
|
||||
|
||||
|
||||
class ConfigCommand(Command):
|
||||
help = "Show currently active configuration."
|
||||
help = 'Show currently active configuration.'
|
||||
|
||||
def __init__(self):
|
||||
super(ConfigCommand, self).__init__()
|
||||
@ -339,7 +339,7 @@ class ConfigCommand(Command):
|
||||
|
||||
|
||||
class DepsCommand(Command):
|
||||
help = "Show dependencies and debug information."
|
||||
help = 'Show dependencies and debug information.'
|
||||
|
||||
def __init__(self):
|
||||
super(DepsCommand, self).__init__()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user