Skip to content

Commit

Permalink
Merge pull request #1556 from dmach/ls-b-md5
Browse files Browse the repository at this point in the history
Clarify 'list' command's help that that listing binaries doesn't contain md5 checksums
  • Loading branch information
dmach committed May 9, 2024
2 parents 13f7f52 + ce08022 commit eb7542c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ def do_list(self, subcmd, opts, *args):
LL PROJECT PACKAGE # verbosely list source files of expanded link
With --verbose, the following fields will be shown for each item:
MD5 hash of file
MD5 hash of file (doesn't apply to binaries)
Revision number of the last commit
Size (in bytes)
Date and time of the last commit
Expand Down

0 comments on commit eb7542c

Please sign in to comment.