diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-06-13 22:45:33 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-06-13 22:45:33 +0200 |
| commit | fe7bfbe284c5747038b559cfe6aced60a88dfd7c (patch) | |
| tree | 7fc21dee99f408935c4d8fbc05070ecb27f64f8e | |
| parent | m + add shm (diff) | |
| download | cmdipc-fe7bfbe284c5747038b559cfe6aced60a88dfd7c.tar.gz cmdipc-fe7bfbe284c5747038b559cfe6aced60a88dfd7c.tar.bz2 cmdipc-fe7bfbe284c5747038b559cfe6aced60a88dfd7c.tar.xz | |
update help message
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rwxr-xr-x | src/cmdipc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ parser = ArgParser('System V and POSIX IPC from the command line', '%s -Q [<options>] receive' % sys.argv[0], '%s -S [<options>] [p|v|z]' % sys.argv[0], '%s -S [<options>] read' % sys.argv[0], + '%s -M [<options>]' % sys.argv[0], + '%s -M [<options>] write -- <data>' % sys.argv[0], + '%s -M [<options>] read' % sys.argv[0], '%s -X [<options>]' % sys.argv[0], '%s -X [<options>] enter' % sys.argv[0], '%s -X [<options>] leave' % sys.argv[0], |
