Skip to content

Commit 1281ee9

Browse files
committed
msiinfo: fix help for suminfo command
1 parent f823d2e commit 1281ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/msiinfo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ static struct Command cmds[] = {
729729
},
730730
{
731731
.cmd = "suminfo",
732-
.opts = "FILE TABLE",
732+
.opts = "FILE",
733733
.desc = "Print summary information",
734734
.func = cmd_suminfo,
735735
},

0 commit comments

Comments
 (0)