diff options
Diffstat (limited to 'subcmds/help.py')
-rw-r--r-- | subcmds/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/help.py b/subcmds/help.py index 57fb3cc2..15aab7f9 100644 --- a/subcmds/help.py +++ b/subcmds/help.py | |||
@@ -126,7 +126,7 @@ Displays detailed usage information about a command. | |||
126 | 126 | ||
127 | p('%s', title) | 127 | p('%s', title) |
128 | self.nl() | 128 | self.nl() |
129 | p('%s', ''.ljust(len(title),section_type[0])) | 129 | p('%s', ''.ljust(len(title), section_type[0])) |
130 | self.nl() | 130 | self.nl() |
131 | continue | 131 | continue |
132 | 132 | ||