diff options
Diffstat (limited to 'sys-utils/ipcmk.c')
| -rw-r--r-- | sys-utils/ipcmk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-utils/ipcmk.c b/sys-utils/ipcmk.c index 7e48b270eb..5386d41e38 100644 --- a/sys-utils/ipcmk.c +++ b/sys-utils/ipcmk.c @@ -14,9 +14,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <errno.h> @@ -146,7 +146,7 @@ int main(int argc, char **argv) {"shmem", required_argument, NULL, 'M'}, {"posix-shmem", required_argument, NULL, 'm'}, {"semaphore", required_argument, NULL, 'S'}, - {"posix-semaphore", required_argument, NULL, 's'}, + {"posix-semaphore", no_argument, NULL, 's'}, {"queue", no_argument, NULL, 'Q'}, {"posix-mqueue", no_argument, NULL, 'q'}, {"mode", required_argument, NULL, 'p'}, |
