Skip to content

Commit 74c3d65

Browse files
committed
sum: Add applet description
1 parent ae99579 commit 74c3d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

userland/utilities/sum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def sum_sysv(data: bytes) -> str:
2525

2626
parser = core.ExtendedOptionParser(
2727
usage="%prog [OPTION] [FILE]...",
28+
description="Print the BSD or System V checksum for each FILE.",
2829
)
2930

3031
parser.add_option(

0 commit comments

Comments
 (0)