diff options
Diffstat (limited to 'miscutils/taskset.c')
-rw-r--r-- | miscutils/taskset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/taskset.c b/miscutils/taskset.c index cd8ffc840..0c4bad7ed 100644 --- a/miscutils/taskset.c +++ b/miscutils/taskset.c @@ -50,7 +50,7 @@ int taskset_main(int argc, char** argv) const char *state = "current\0new"; char *p_opt = NULL, *aff = NULL; - opt = getopt32(argc, argv, "+p:", &p_opt); + opt = getopt32(argv, "+p:", &p_opt); if (opt & OPT_p) { if (argc == optind+1) { /* -p <aff> <pid> */ |