Browse Source

change folder

Coder 4 years ago
parent
commit
7ca675304e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rhel/sysinfo.py

+ 1 - 1
src/rhel/sysinfo.py

@@ -1,6 +1,6 @@
 #Sysinfo.py - Get info about computer and OS
 #Only works if you run this program on Linux since this program calls a bash script
-#Only for RHEL Linux distro
+#Only for RHEL, Fedora, or CentOS Linux distro
 
 #Import all required libraries/modules
 import subprocess as sp