Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 7e647d9940d31b34c253e6f71c416c4b > files > 2837

bzr-2.7.0-6.mga7.aarch64.rpm

Entering commands
=================

User interfaces
---------------

There are numerous user interfaces available for Bazaar.
The core package provides a command line tool called **bzr** and
graphical user interfaces (GUIs) are available as plug-ins.

Using bzr
---------

The syntax is::

  bzr [global-options] command [options and arguments]

Global options affect how Bazaar operates and can appear either
before or after ``command``. Command specific options must appear
after the command but may be given either before, during or after any
command-specific arguments.

Common options
--------------

Some options are legal for all commands as shown below.

  ==========  =========  =================
  Short form  Long form  Description
  ==========  =========  =================
  -h          --help     get help
  -v          --verbose  be more verbose
  -q          --quiet    be more quiet
  ==========  =========  =================

Quiet mode implies that only errors and warnings are displayed.
This can be useful in scripts.

Note: Most commands typically only support one level of verbosity though
that may change in the future. To ask for a higher level of verbosity,
simply specify the -v option multiple times.