summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-08 21:20:11 +0200
committerhut <hut@lavabit.com>2011-10-08 21:20:11 +0200
commit5a2c0dc99da45b51e36ffe5ca59df8317dce4625 (patch)
treebc3136575ae9565557a1b2f55e2d997d376f10ef
parent1ae56f494994f368b0948191f524398cfb3ad328 (diff)
downloadranger-5a2c0dc99da45b51e36ffe5ca59df8317dce4625.tar.gz
data/config_examples/apps.py: Typo
-rw-r--r--ranger/data/config_examples/apps.py2
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')
'n115' href='#n115'>115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163