~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-30 04:28:32 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-20071130042832-6prruj0kzg3fodm8
chapter 2 tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
Common options
24
24
--------------
25
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
 
26
Some options are legal for all commands as shown below.
 
27
 
 
28
  ==========  =========  =================
 
29
  Short form  Long form  Description
 
30
  ==========  =========  =================
 
31
  -h          --help     get help
 
32
  -v          --verbose  be more verbose
 
33
  -q          --quiet    be more quiet
 
34
  ==========  =========  =================
 
35
 
 
36
Quiet mode implies that only errors and warnings are displayed.
 
37
This can be useful in scripts.
 
38
 
 
39
Note: Most commands typically only support one level of verbosity though
33
40
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.
 
41
simply specify the -v option multiple times.