summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelik Manukyan <melik@archlinux.us>2010-06-24 18:13:38 -0700
committerMelik Manukyan <melik@archlinux.us>2010-06-24 18:13:38 -0700
commit2cbf832471d7e43ea51f048ea9f069b01c1dae35 (patch)
tree5630fe54f7476db394c3237b83330cadb56cd409
parent5a0baf0e553aea4d31570a0b74015e056491ab15 (diff)
Minor cleanup
-rw-r--r--archey4
1 files changed, 2 insertions, 2 deletions
diff --git a/archey b/archey
index e62d66d..468708a 100644
--- a/archey
+++ b/archey
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# archey [version 0.2.2]
+# archey [version 0.2.3]
#
# Maintained by Melik Manukyan <melik@archlinux.us>
# Distributed under the terms of the GNU General Public License v3.
@@ -36,7 +36,7 @@ result = []
# Options
if __name__=='__main__':
- parser = OptionParser(usage='%prog [-c COLOR] [-s, --screenshot]', description='To customize the info displayed on archey, edit "/usr/bin/archey" directly and look for the display array. Note: Archey can only allow up to 15 fields.', version="%prog 0.2.2")
+ parser = OptionParser(usage='%prog [-c COLOR] [-s, --screenshot]', description='To customize the info displayed on archey, edit "/usr/bin/archey" directly and look for the display array. Note: Archey can only allow up to 15 fields.', version="%prog 0.2.3")
parser.add_option('-c',
action='store', default='blue', type='choice', dest='color', choices=('black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white'), help='choose a color: black, red, green, yellow, blue, magenta, cyan, white [Default: blue]')
parser.add_option('-s', '--screenshot',