Browse Source

improve OS kernel output in archivebox version

Nick Sweeting 5 years ago
parent
commit
e4d2ac432d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archivebox/main.py

+ 1 - 1
archivebox/main.py

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