@@ -36,8 +36,7 @@ static const struct option options[] = {
"filter by CXL endpoint device name(s)"),
OPT_BOOLEAN('E', "endpoints", ¶m.endpoints,
"include CXL endpoint info"),
- OPT_STRING('d', "decoder", ¶m.decoder_filter,
- "decoder device name",
+ OPT_STRING('d', "decoder", ¶m.decoder_filter, "decoder device name",
"filter by CXL decoder device name(s) / class"),
OPT_BOOLEAN('D', "decoders", ¶m.decoders,
"include CXL decoder info"),
@@ -45,11 +44,11 @@ static const struct option options[] = {
"include CXL target data with decoders or ports"),
OPT_BOOLEAN('i', "idle", ¶m.idle, "include disabled devices"),
OPT_BOOLEAN('u', "human", ¶m.human,
- "use human friendly number formats "),
+ "use human friendly number formats"),
OPT_BOOLEAN('H', "health", ¶m.health,
- "include memory device health information "),
+ "include memory device health information"),
OPT_BOOLEAN('I', "partition", ¶m.partition,
- "include memory device partition information "),
+ "include memory device partition information"),
#ifdef ENABLE_DEBUG
OPT_BOOLEAN(0, "debug", &debug, "debug list walk"),
#endif