about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-04 19:31:47 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-04 19:32:35 -0700
commit7b1b8a1cbbedc2764d4a8ab0d992f9f2ef73d9b7 (patch)
treef1cb7d2c665d3920594bf63ad1514503469d683a /README
parent33368c839dc8c63489591bda6e60c78025be8852 (diff)
downloadruby_posix_mq-7b1b8a1cbbedc2764d4a8ab0d992f9f2ef73d9b7.tar.gz
".rb" in the executable name is discouraged by the
{Ruby packaging standard}[http://github.com/chneukirchen/rps]
and probably confusing.

If I ever get around to it, a non-Ruby version of this
executable is planned, and that will be called "posix-mq"
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 03d9f50..170e01f 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ network-aware message queue implementations.
 
 * Documented library API
 
-* Includes a generic "posix-mq.rb" command-line tool with manpage.
+* Includes a generic "posix-mq-rb" command-line tool with manpage.
 
 == Install