mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
improve OS kernel output in archivebox version
This commit is contained in:
parent
07a56f9d46
commit
e4d2ac432d
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue