]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sys-utils/chmem: fix typo.
authorWanBingjiang <614699596@qq.com>
Fri, 7 Mar 2025 02:11:54 +0000 (10:11 +0800)
committerWanBingjiang <614699596@qq.com>
Fri, 7 Mar 2025 02:11:54 +0000 (10:11 +0800)
sys-utils/chmem.c

index 57750e9cedee586fed726aa608a7493e19dba99b..4105d19695b00b7daa8ed98b4a72438752bbc93e 100644 (file)
@@ -367,7 +367,7 @@ int main(int argc, char **argv)
        int c, rc;
 
        static const struct option longopts[] = {
-               {"block",       no_argument,            NULL, 'b'},
+               {"blocks",      no_argument,            NULL, 'b'},
                {"disable",     no_argument,            NULL, 'd'},
                {"enable",      no_argument,            NULL, 'e'},
                {"help",        no_argument,            NULL, 'h'},