diff options
author | hut <hut@lavabit.com> | 2013-02-17 22:52:08 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-17 22:54:23 +0100 |
commit | 279a30238aa47f2bd37abcb40ecb907004e4bd8c (patch) | |
tree | 5541b9acc54858b8c72b6fc30a844fd9ece0af29 /doc | |
parent | 7e21fb55d06fda57db1f300840498a2855477cc5 (diff) | |
download | ranger-279a30238aa47f2bd37abcb40ecb907004e4bd8c.tar.gz |
core.main: made --mode and --flag deprecated
Again, use rifle as a file launcher instead
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 3 | ||||
-rw-r--r-- | doc/ranger.pod | 14 |
2 files changed, 2 insertions, 15 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index d83ebeca..9591b14e 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -135,8 +135,7 @@ ranger \- visual file manager .IX Header "SYNOPSIS" \&\fBranger\fR [\fB\-\-help\fR] [\fB\-\-version\fR] [\fB\-\-debug\fR] [\fB\-\-clean\fR] [\fB\-\-list\-unused\-keys\fR] [\fB\-\-choosedir\fR=\fItargetfile\fR] -[\fB\-\-choosefile\fR=\fItargetfile\fR] [\fB\-\-copy\-config\fR=\fIfile\fR] [\fB\-\-mode\fR=\fImode\fR] -[\fB\-\-flags\fR=\fIflags\fR] [\fIpath/filename\fR] +[\fB\-\-choosefile\fR=\fItargetfile\fR] [\fB\-\-copy\-config\fR=\fIfile\fR] [\fIpath/filename\fR] .SH "DESCRIPTION" .IX Header "DESCRIPTION" ranger is a console file manager with \s-1VI\s0 key bindings. It provides a diff --git a/doc/ranger.pod b/doc/ranger.pod index a5b1fed6..c7d2360e 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -9,8 +9,7 @@ ranger - visual file manager B<ranger> [B<--help>] [B<--version>] [B<--debug>] [B<--clean>] [B<--list-unused-keys>] [B<--choosedir>=I<targetfile>] -[B<--choosefile>=I<targetfile>] [B<--copy-config>=I<file>] [B<--mode>=I<mode>] -[B<--flags>=I<flags>] [I<path/filename>] +[B<--choosefile>=I<targetfile>] [B<--copy-config>=I<file>] [I<path/filename>] @@ -88,17 +87,6 @@ use the key code returned by C<getch()>. List all files which are tagged with the given tag. Note: Tags are single characters. The default tag is "*" -=item B<-m> I<n>, B<--mode>=I<n> - -When a filename is supplied, run it in mode I<n>. This has no effect unless -the execution of this file type is explicitly handled in the configuration. - -=item B<-f> I<flags>, B<--flags>=I<flags> - -When a filename is supplied, run it with the given I<flags> to modify -behavior. The execution of this file type is explicitly handled in the -configuration. - =item B<--cmd>=I<command> Execute the command after the configuration has been read. Use this option |