diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-10-02 00:32:18 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-10-02 00:32:37 +0200 |
commit | da78747a9ccb7626ff48a3461f2e4a26212f61ee (patch) | |
tree | ff8d4ce6e533e60fc1081c317115c56f36f62180 /doc | |
parent | cb1fa307e7ea8c55d210f23097143fa1f9f6160c (diff) | |
download | ranger-da78747a9ccb7626ff48a3461f2e4a26212f61ee.tar.gz |
Reword the vcs_msg_length docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 3 | ||||
-rw-r--r-- | doc/ranger.pod | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 7bbea1cd..e67354af 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1126,7 +1126,8 @@ Sets the state for the version control backend. The possible values are: .Ve .IP "vcs_msg_length [int]" 4 .IX Item "vcs_msg_length [int]" -Truncate the long commit messages to this length when shown in the statusbar. +Length to truncate first line of the commit messages to when shown in +the statusbar. Defaults to 50. .IP "viewmode [string]" 4 .IX Item "viewmode [string]" Sets the view mode, which can be \fBmiller\fR to display the files in the diff --git a/doc/ranger.pod b/doc/ranger.pod index c01f611d..999a1f57 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1172,7 +1172,8 @@ Sets the state for the version control backend. The possible values are: =item vcs_msg_length [int] -Truncate the long commit messages to this length when shown in the statusbar. +Length to truncate first line of the commit messages to when shown in +the statusbar. Defaults to 50. =item viewmode [string] |