summaryrefslogtreecommitdiff
path: root/doc/en/user-guide/getting_help.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/user-guide/getting_help.txt')
-rw-r--r--doc/en/user-guide/getting_help.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/en/user-guide/getting_help.txt b/doc/en/user-guide/getting_help.txt
new file mode 100644
index 0000000..a93ef4e
--- /dev/null
+++ b/doc/en/user-guide/getting_help.txt
@@ -0,0 +1,21 @@
+Getting help
+============
+
+Bazaar comes with a built-in on-line help system, accessed through::
+
+ bzr help
+
+You can ask for help on a command, or on non-command topics. To see a
+list of available help of each kind, use either::
+
+ bzr help commands
+ bzr help topics
+
+For help on a particular command, use either of these forms::
+
+ bzr help status
+ bzr status --help
+
+If you wish to search the help or read it as a larger document, the
+information is also available in the Bazaar User Reference.
+