diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-20 15:56:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-20 15:56:53 +0000 |
commit | d1f939eaf3ea4eb2b68aefeade2069837137a738 (patch) | |
tree | 0bb4daa87360f98aa92d9311ea0720629f20a640 /include | |
parent | a6585774f99e4975126872bd8343d35ce2607c2c (diff) | |
download | busybox-d1f939eaf3ea4eb2b68aefeade2069837137a738.tar.gz |
- fix documentation for the command-line options of ipcs. Closes #1036
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index 9da1bbd94..6ef7f1ecf 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1440,7 +1440,7 @@ USE_FEATURE_DATE_ISOFMT( \ "\t-[sS]\tRemove the semaphore" #define ipcs_trivial_usage \ - "[[-smq] -i shmid] | [[-asmq] [-tclup]]" + "[[-smq] -i shmid] | [[-asmq] [-tcplu]]" #define ipcs_full_usage \ "\t-i\tspecify a specific resource id\n" \ "Resource specification:\n" \ @@ -1450,10 +1450,10 @@ USE_FEATURE_DATE_ISOFMT( \ "\t-a\tall (default)\n" \ "Output format:\n" \ "\t-t\ttime\n" \ + "\t-c\tcreator\n" \ "\t-p\tpid\n" \ - "\t-s\tcreator\n" \ - "\t-a\tlimits\n" \ - "\t-i\tsummary" + "\t-l\tlimits\n" \ + "\t-u\tsummary" #define iplink_trivial_usage \ "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }" |