diff options
author | hut <hut@lavabit.com> | 2011-10-08 21:20:11 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-10-08 21:20:11 +0200 |
commit | 5a2c0dc99da45b51e36ffe5ca59df8317dce4625 (patch) | |
tree | bc3136575ae9565557a1b2f55e2d997d376f10ef | |
parent | 1ae56f494994f368b0948191f524398cfb3ad328 (diff) | |
download | ranger-5a2c0dc99da45b51e36ffe5ca59df8317dce4625.tar.gz |
data/config_examples/apps.py: Typo
-rw-r--r-- | ranger/data/config_examples/apps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/config_examples/apps.py b/ranger/data/config_examples/apps.py index 8edb6583..2bb7e9cd 100644 --- a/ranger/data/config_examples/apps.py +++ b/ranger/data/config_examples/apps.py @@ -99,4 +99,4 @@ class CustomApplications(DefaultApps): #CustomApplications.generic('zsnes', 'javac') ## By setting flags='d', this programs will not block ranger's terminal: -#CustomApplications.generic('gimp', 'evince', 'flags='d') +#CustomApplications.generic('gimp', 'evince', flags='d') |