We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae99579 commit 74c3d65Copy full SHA for 74c3d65
userland/utilities/sum.py
@@ -25,6 +25,7 @@ def sum_sysv(data: bytes) -> str:
25
26
parser = core.ExtendedOptionParser(
27
usage="%prog [OPTION] [FILE]...",
28
+ description="Print the BSD or System V checksum for each FILE.",
29
)
30
31
parser.add_option(
0 commit comments