diff options
author | Melik Manukyan <melik@archlinux.us> | 2010-06-23 18:39:48 -0700 |
---|---|---|
committer | Melik Manukyan <melik@archlinux.us> | 2010-06-23 18:39:48 -0700 |
commit | 5242b3aa17ae229cd7e59ad06eaf8d2661ab323f (patch) | |
tree | 036b8eddb24b0bdfc45d8f1e86897c9c1c1dbe44 | |
parent | d71b07062db3727496da843ee84829998d42173f (diff) |
Void
-rw-r--r-- | archey | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python # -# archey [version 0.2.1] +# archey [version 0.2.2] # # Maintained by Melik Manukyan <melik@archlinux.us> # Distributed under the terms of the GNU General Public License v3. @@ -35,7 +35,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.1") + 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.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', |