summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/help/starting.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/help/starting.py b/ranger/help/starting.py
index f5517c78..29921ffc 100644
--- a/ranger/help/starting.py
+++ b/ranger/help/starting.py
@@ -61,7 +61,7 @@ Note: The "open with" console is named QuickOpenConsole in the source code.
 ==============================================================================
 2.3. Programs
 
-Programs have to be defined in ranger/apps.py.  Each function
+Programs have to be defined in ranger/defaults/apps.py.  Each function
 in the class CustomApplications which starts with "app_" can be used
 as a program in the "open with" prompt.
 
@@ -83,7 +83,7 @@ start a file in mode 0. "4l" will start the file in mode 4 etc.
 You can specify a mode in the "open with" console by simply adding
 the number.  Eg: "open with: mplayer 1" or "open with: 1"
 
-For a list of all programs and modes, see ranger/apps.py
+For a list of all programs and modes, see ranger/defaults/apps.py
 
 
 ==============================================================================
chael Vetter <jubalh@iodoru.org> 2019-05-19 22:22:58 +0200 committer Michael Vetter <jubalh@iodoru.org> 2019-05-19 22:57:51 +0200 Create seperate function for disconnect cleanup' href='/danisanti/profani-tty/commit/src/event/common.h?id=883dbe1911766e31e4483eabe713edb89e1eec4f'>883dbe19 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45