]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: don't capitalize the help strings for the columns
authorMasatake YAMATO <yamato@redhat.com>
Mon, 2 Oct 2023 14:19:51 +0000 (23:19 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 9 Oct 2023 06:37:35 +0000 (15:37 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.c

index 7bd24d26771d2e91dfd4ed47bcc9cc2725d65d9a..921216235d7f5b88883447d1d7599d2b6fd81fbd 100644 (file)
@@ -301,10 +301,10 @@ static const struct colinfo infos[] = {
                                   N_("shutdown state of socket ([-r?][-w?])") },
        [COL_SOCK_STATE]       = { "SOCK.STATE",
                                   0,   SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
-                                  N_("State of socket") },
+                                  N_("state of socket") },
        [COL_SOCK_TYPE]        = { "SOCK.TYPE",
                                   0,   SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
-                                  N_("Type of socket") },
+                                  N_("type of socket") },
        [COL_SOURCE]           = { "SOURCE",
                                   0,   SCOLS_FL_RIGHT, SCOLS_JSON_STRING,
                                   N_("file system, partition, or device containing file") },