diff options
author | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-06-06 23:46:21 +0000 |
---|---|---|
committer | Laurie Clark-Michalek <bluepeppers@archlinux.us> | 2011-06-06 23:46:21 +0000 |
commit | 725f8d602a2b7c7d3941a772daa1ea2b11c21c15 (patch) | |
tree | c163e61e59fabc979edca337579ebcf14356bad0 /archey3 | |
parent | d32c8350a00befdd0628cd0763f28de52173d92b (diff) |
Removed obsoleat information from readme and header comments in archey3
Diffstat (limited to 'archey3')
-rwxr-xr-x | archey3 | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -10,14 +10,6 @@ # Simple python script to display an Archlinux logo in ASCII art # Along with basic system information. -# Display [Comment/Uncomment to Enable/Disable information.] -# Protocols: -# uname:x = return output of `uname -x` (see UNAME_FLAG_MEANINGS for more info) -# sensors:x = return output of `sensors x` -# env:x = return value of env variable x -# fs:x = return space of partition at x -# mpd:stat,hostname,port = returns value of an mpd stat (options: artists|albums|songs) - # Import libraries import subprocess, optparse, re, sys, configparser from subprocess import Popen, PIPE |