]> err.no Git - util-linux/commit
ipcs: reorganize help and usage texts
authorFrancesco Cosoleto <cosoleto@gmail.com>
Mon, 17 May 2010 23:07:50 +0000 (01:07 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 1 Jun 2010 09:35:31 +0000 (11:35 +0200)
commit89074c16595d26c5ceaf112ed5385db97f88bbfe
tree2ae36ef9d44decf5fbfb3a08bc4d9069d25571d4
parent75f037082038a4f9857d00e45254fcd4bce4cec2
ipcs: reorganize help and usage texts

Help text old version:

ipcs provides information on ipc facilities for which you have read access.
Resource Specification:
-m : shared_mem
-q : messages
-s : semaphores
-a : all (default)
Output Format:
-t : time
-p : pid
-c : creator
-l : limits
-u : summary
-i id [-s -q -m] : details on resource identified by id
usage : ipcs -asmq -tclup
ipcs [-s -m -q] -i id
ipcs -h for help.

New version:
Usage: ipcs [resource]... [output-format]
       ipcs [resource] -i id

Provide information on IPC facilities for which you have read access.

    -h      display this help
    -i id   print details on resource identified by id

Resource options:
    -m      shared memory segments
    -q      message queues
    -s      semaphores
    -a      all (default)

Output format:
    -t      time
    -p      pid
    -c      creator
    -l      limits
    -u      summary

Usage text old version:
usage : ipcs -asmq -tclup
ipcs [-s -m -q] -i id
ipcs -h for help.

New version:
Usage: ipcs [-asmq] [-t|-c|-l|-u|-p]
       ipcs [-s|-m|-q] -i id
       ipcs -h for help

[kzak@redhat.com: - use program_invocation_short_name
                  - minor cleanups]

Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/ipcs.c