diff options
author | Allan McRae <allan@archlinux.org> | 2012-11-14 01:35:38 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-11-27 06:16:15 +0100 |
commit | b1d614a01db7a89543d96747afde009ec3b6545d (patch) | |
tree | 1799827b6a278f7d521e3864295cb58c6e6587ba | |
parent | b25dda737b0b6f64f90b611ef909d065f4d3eee5 (diff) | |
download | pacman-b1d614a01db7a89543d96747afde009ec3b6545d.tar.gz pacman-b1d614a01db7a89543d96747afde009ec3b6545d.tar.xz |
doc: PKGBUILD.5 - fix output of bzr command
Add quotes around 'bzr help revisionspec' to make it clearer that
this is a command to be run.
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | doc/PKGBUILD.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 0dca4a2d..19bae634 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -428,7 +428,7 @@ The source URL is divided into three components: the VCS being used: *bzr*;; - revision (see `bzr help revisionspec` for details) + revision (see `'bzr help revisionspec'` for details) *git*;; branch, commit, tag |