diff options
-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') |