summaryrefslogtreecommitdiff
path: root/archey3
diff options
context:
space:
mode:
authorLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-06-06 23:46:21 +0000
committerLaurie Clark-Michalek <bluepeppers@archlinux.us>2011-06-06 23:46:21 +0000
commit725f8d602a2b7c7d3941a772daa1ea2b11c21c15 (patch)
treec163e61e59fabc979edca337579ebcf14356bad0 /archey3
parentd32c8350a00befdd0628cd0763f28de52173d92b (diff)
Removed obsoleat information from readme and header comments in archey3
Diffstat (limited to 'archey3')
-rwxr-xr-xarchey38
1 files changed, 0 insertions, 8 deletions
diff --git a/archey3 b/archey3
index 706a89e..cdbfbce 100755
--- a/archey3
+++ b/archey3
@@ -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