1
0
Fork 0
mirror of synced 2024-06-24 00:50:23 +12:00

improve OS kernel output in archivebox version

This commit is contained in:
Nick Sweeting 2020-11-27 23:08:23 -05:00 committed by GitHub
parent 07a56f9d46
commit e4d2ac432d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ def version(quiet: bool=False,
else:
print('ArchiveBox v{}'.format(VERSION))
p = platform.uname()
print(p.system, p.release, p.machine)
print(p.system, platform.platform(), p.machine)
print()
print('{white}[i] Dependency versions:{reset}'.format(**ANSI))