diff options
author | hut <hut@lavabit.com> | 2013-02-18 00:29:27 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-18 00:29:27 +0100 |
commit | a385c76ace33210b67de07e23a4a0681e1bdfe9c (patch) | |
tree | 2a65a16e9ea03a9975bc8b277b48169c27e0b7a4 /doc | |
parent | ef6fcb2da8aa477289d121b679f08f460951a978 (diff) | |
download | ranger-a385c76ace33210b67de07e23a4a0681e1bdfe9c.tar.gz |
ranger.__init__: change [path/filename] to [path] in USAGE
this indicates that ranger should not be used as a file launcher anymore, since it now ships with the standalone program `rifle'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 9367941c..617ba9f3 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -135,7 +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] [\fIpath/filename\fR] +[\fB\-\-choosefile\fR=\fItargetfile\fR] [\fB\-\-copy\-config\fR=\fIfile\fR] [\fIpath\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 ed5618be..ff920884 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -9,7 +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>] [I<path/filename>] +[B<--choosefile>=I<targetfile>] [B<--copy-config>=I<file>] [I<path>] |