From 2cbf832471d7e43ea51f048ea9f069b01c1dae35 Mon Sep 17 00:00:00 2001 From: Melik Manukyan Date: Thu, 24 Jun 2010 18:13:38 -0700 Subject: Minor cleanup --- archey | 4 ++-- 1 file 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 # 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', -- cgit v1.2.3-54-g00ecf