~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/entering_commands.txt

  • Committer: Ian Clatworthy
  • Date: 2007-11-28 00:07:56 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071128000756-kqm8iqmc9281roii
more cleanups and creation of tutorials directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Using Bazaar
2
 
============
 
1
Entering commands
 
2
=================
3
3
 
4
4
User interfaces
5
5
---------------
20
20
after the command but may be given either before, during or after any
21
21
command-specific arguments.
22
22
 
23
 
Getting help
24
 
------------
25
 
 
26
 
Bazaar comes with a built-in on-line help system. To see the list of topics,
27
 
the command is::
28
 
 
29
 
  bzr help
30
 
 
31
 
To see the list of commands, the command is::
32
 
 
33
 
  bzr help commands
34
 
 
35
 
To get help on topic xxx or command xxx, the command is::
36
 
 
37
 
  bzr help xxx
38
 
 
39
 
If you wish to search the help or read it as a larger document, the
40
 
information is also available in the Bazaar User Reference.
41
 
 
 
23
Common options
 
24
--------------
 
25
 
 
26
Some options are legal for all commands:
 
27
 
 
28
 * -h, --help - get help
 
29
 * -v, --verbose - be more verbose
 
30
 * -q, --quiet - be more quiet
 
31
 
 
32
Most commands typically only support one level of verbosity though
 
33
that may change in the future. To ask for a higher level of verbosity,
 
34
simply specifiy the -v option multiple times.
 
35
 
 
36
Quiet mode implies that only errors and warnings are displayed.
 
37
This can be useful is scripts.