~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/user-guide/server.txt

  • Committer: Patch Queue Manager
  • Date: 2012-03-04 18:47:59 UTC
  • mfrom: (6475.2.3 544054-serve-port)
  • Revision ID: pqm@pqm.ubuntu.com-20120304184759-kpae3rpzzscn4vjm
(jelmer) Split the --port option into --listen and --port. (Ross Lagerwall)

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
サーバー::
102
102
 
103
 
    bzr serve --port=localhost:1234 --directory=/srv/bzr/repo
 
103
    bzr serve --listen=localhost --port=1234 --directory=/srv/bzr/repo
104
104
 
105
105
クライアント::
106
106