diff options
author | W. Trevor King <wking@drexel.edu> | 2012-02-25 16:04:51 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2012-02-25 16:04:51 -0500 |
commit | 783dbfae37ae321d8669fe26a5aa0db7f7f06160 (patch) | |
tree | c8523e88976bb0bc067227c474f6cb100e176932 /doc | |
parent | c767e14bc0a2bc36c852ba1e2639525ec274cd35 (diff) | |
download | bugseverywhere-783dbfae37ae321d8669fe26a5aa0db7f7f06160.tar.gz |
Use $ instead of % for the prompt in the man page bug submission example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/be.1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/be.1.txt b/doc/man/be.1.txt index a636a18..6a9d06a 100644 --- a/doc/man/be.1.txt +++ b/doc/man/be.1.txt @@ -60,11 +60,11 @@ BUGS The Bugs Everywhere uses Bugs Everywhere to track its bugs. You can submit bugs directly using ``be``:: - % be --repo http://bugs.bugseverywhere.org/ new "The demuxulizer is broken" + $ be --repo http://bugs.bugseverywhere.org/ new "The demuxulizer is broken" Created bug with ID bea/abc - % be --repo http://bugs.bugseverywhere.org/ comment bea/abc + $ be --repo http://bugs.bugseverywhere.org/ comment bea/abc <Describe bug> - % be --repo http://bugs.bugseverywhere.org/ commit "Reported bug in demuxulizer" + $ be --repo http://bugs.bugseverywhere.org/ commit "Reported bug in demuxulizer" Or send an email to the mailing list at `be-devel@bugseverywhere.org`_. |