diff options
author | hut <hut@lavabit.com> | 2009-12-29 21:27:46 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-29 21:27:46 +0100 |
commit | 5715becad1ecc186408883518fa516392ebf6d55 (patch) | |
tree | 3de750d52f336cf9cc0f1b1dfa07a2acd30c2ed0 /ranger.py | |
parent | 836e9eae3bf074ec1f3db808b23526cdca7b1323 (diff) | |
download | ranger-5715becad1ecc186408883518fa516392ebf6d55.tar.gz |
F1 key (inside console) for viewing information about the command
Diffstat (limited to 'ranger.py')
-rwxr-xr-x | ranger.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py index 4035536e..bd69bd09 100755 --- a/ranger.py +++ b/ranger.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -OO +#!/usr/bin/python # coding=utf-8 # ranger: Browse your files inside the terminal. # ----------------------------------------------------------------------------- |