From 7e21fb55d06fda57db1f300840498a2855477cc5 Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 17 Feb 2013 22:34:24 +0100 Subject: core.main: made --fail-unless-cd deprecated Instead of launching ranger for opening files, simply use rifle. --- doc/ranger.pod | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'doc/ranger.pod') diff --git a/doc/ranger.pod b/doc/ranger.pod index a06bc6ca..a5b1fed6 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -8,7 +8,7 @@ ranger - visual file manager =head1 SYNOPSIS B [B<--help>] [B<--version>] [B<--debug>] [B<--clean>] -[B<--list-unused-keys>] [B<--fail-unless-cd>] [B<--choosedir>=I] +[B<--list-unused-keys>] [B<--choosedir>=I] [B<--choosefile>=I] [B<--copy-config>=I] [B<--mode>=I] [B<--flags>=I] [I] @@ -88,11 +88,6 @@ use the key code returned by C. List all files which are tagged with the given tag. Note: Tags are single characters. The default tag is "*" -=item B<--fail-unless-cd> - -Return the exit code 1 if ranger is used to run a file instead of used for file -browsing. (For example, "ranger --fail-unless-cd test.txt" returns 1.) - =item B<-m> I, B<--mode>=I When a filename is supplied, run it in mode I. This has no effect unless -- cgit 1.4.1-2-gfad0 d=70683c07abe2d88d73ba0b045c515cd85b9009cb'>refs log tree commit diff stats
blob: 5e8656b714fcda3226d8cbed7b0fd23ceb909314 (plain) (blame)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114