doc = '\n'.join([docsplit[0]] + [line[4:] for line in docsplit[1:]])
106
doc = cmd.help()
108
107
109
108
option_str = ""
110
109
options = cmd.options()
167
166
.B "help"
168
167
.I "command"
169
168
.SH "DESCRIPTION"
170
Bazaar (or
171
.B "%(bzrcmd)s"
172
) is a project of Canonical to develop an open source distributed version control system that is powerful, friendly, and scalable. Version control means a system that keeps track of previous revisions of software source code or similar information and helps people work on it in teams.
169
Bazaar (or %(bzrcmd)s) is a project of Canonical to develop an open source
170
distributed version control system that is powerful, friendly, and scalable.
171
Version control means a system that keeps track of previous revisions
172
of software source code or similar information and helps people work on it in teams.