diff options
Diffstat (limited to 'util-linux/readprofile.c')
-rw-r--r-- | util-linux/readprofile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index a64540464..345b676ba 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -99,8 +99,7 @@ int readprofile_main(int argc UNUSED_PARAM, char **argv) | |||
99 | proFile = defaultpro; | 99 | proFile = defaultpro; |
100 | mapFile = defaultmap; | 100 | mapFile = defaultmap; |
101 | 101 | ||
102 | opt_complementary = "M+"; /* -M N */ | 102 | opt = getopt32(argv, "M:+m:p:nabsirv", &multiplier, &mapFile, &proFile); |
103 | opt = getopt32(argv, "M:m:p:nabsirv", &multiplier, &mapFile, &proFile); | ||
104 | 103 | ||
105 | if (opt & (OPT_M|OPT_r)) { /* mult or reset, or both */ | 104 | if (opt & (OPT_M|OPT_r)) { /* mult or reset, or both */ |
106 | int fd, to_write; | 105 | int fd, to_write; |