Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit a9cd614

Browse files
authored
Update r2wiki.py
1 parent febdac7 commit a9cd614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

r2wiki.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ def arg_parse():
9393
except IndexError:
9494
print 'Usage: %s search_param' % sys.argv[0]
9595
except NameError:
96-
print 'pip install Pygments'
96+
print 'pip install -U Pygments'
9797
except ImportError:
98-
print 'Pygments dependency not met. pip install Pygments'
98+
print 'Pygments dependency not met. pip install -U Pygments'

0 commit comments

Comments
 (0)