Skip to content

Commit 1d1df38

Browse files
authored
Merge pull request #109 from fosslight/develop
Unify version output format
2 parents 7458d9f + baec366 commit 1d1df38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_source/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232

3333
def print_version(pkg_name):
34-
print_package_version(pkg_name, "FOSSLight Source Scanner Version")
34+
print_package_version(pkg_name, "FOSSLight Source Scanner Version:")
3535

3636

3737
def print_help_msg_source_scanner():

0 commit comments

Comments
 (0)