1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Getting help
============
Bazaar comes with a built-in on-line help system, accessed through::
bzr help
You can ask for help on a command, or on non-command topics. To see a
list of available help of each kind, use either::
bzr help commands
bzr help topics
For help on a particular command, use either of these forms::
bzr help status
bzr status --help
If you wish to search the help or read it as a larger document, the
information is also available in the Bazaar User Reference.
|