/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 12:41:27 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521124127-iv8etg0vwymyai6y
s/bzr/brz/ in apport config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
User interfaces
5
5
---------------
6
6
 
7
 
There are numerous user interfaces available for Breezy.
8
 
The core package provides a command line tool called **brz** and
 
7
There are numerous user interfaces available for Bazaar.
 
8
The core package provides a command line tool called **bzr** and
9
9
graphical user interfaces (GUIs) are available as plug-ins.
10
10
 
11
 
Using brz
 
11
Using bzr
12
12
---------
13
13
 
14
14
The syntax is::
15
15
 
16
 
  brz [global-options] command [options and arguments]
 
16
  bzr [global-options] command [options and arguments]
17
17
 
18
 
Global options affect how Breezy operates and can appear either
 
18
Global options affect how Bazaar operates and can appear either
19
19
before or after ``command``. Command specific options must appear
20
20
after the command but may be given either before, during or after any
21
21
command-specific arguments.