~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-01 08:02:42 UTC
  • mfrom: (5390.3.3 faster-revert-593560)
  • Revision ID: pqm@pqm.ubuntu.com-20100901080242-esg62ody4frwmy66
(spiv) Avoid repeatedly calling self.target.all_file_ids() in
 InterTree.iter_changes. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
helpを表示する
 
2
==============
 
3
 
 
4
Bazaarは組み込みのオンラインヘルプシステムを搭載しています。
 
5
トピックの一覧を見るためには::
 
6
 
 
7
  bzr help topics
 
8
 
 
9
コマンドの一覧を見るためには::
 
10
 
 
11
  bzr help commands
 
12
 
 
13
トピックのxxxもしくはコマンドのxxxのヘルプを表示するためには::
 
14
 
 
15
  bzr help xxx
 
16
 
 
17
ヘルプを検索するもしくは大きなドキュメントとして読みたい場合、
 
18
情報はBazaarのユーザーリファレンスでも手に入ります。
 
19