branch: master commit 52c8a8878afd56061bd98bbd88d6fdc16e1bbe38 Author: Ian Dunn <du...@gnu.org> Commit: Ian Dunn <du...@gnu.org>
Fixed usage of bzr send in documentation * paced.org (Contributing): Fixed bzr send command. --- paced.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paced.org b/paced.org index 161e7c5..7a6d31c 100644 --- a/paced.org +++ b/paced.org @@ -455,7 +455,7 @@ To contribute with bazaar, you can do the following: #+begin_src shell # Hack away and make your changes $ bzr commit -m "Changes I've made" -$ bzr send . -o file-name.txt +$ bzr send -o file-name.txt #+end_src Then, use ~paced-submit-bug-report~ and attach "file-name.txt". We can then merge