Merge pull request #140 from hussainnaqvee/patch-1
[awesomized/libmemcached] / docs / source / bin / common / note_program_prefix.rst
1
2 PROGRAM PREFIX
3 ..............
4
5 The prefix of this program is variable, i.e. it can be configured at build time.
6
7 Usually the client programs of ``libmemcached-awesome`` are prefixed with ``mem``, like ``memcat`` or ``memcp``.
8
9 It can be configured, though, to replace the prefix with something else like ``mc``, in case of that,
10 the client programs of ``libmemcached-awesome`` would be called ``mccat``, ``mccp``, etc. respectively.