diff options
author | mrogalski <interesting.ones.are.already.taken@gmail.com> | 2016-05-15 08:37:55 +0200 |
---|---|---|
committer | mrogalski <interesting.ones.are.already.taken@gmail.com> | 2016-05-15 08:37:55 +0200 |
commit | d449c6ebb9e812f1def3277a0ad443187bdb0511 (patch) | |
tree | d8aabcfe70ea63ca638bb69ce8ccf7f98d8d8661 /doc | |
parent | 8e8068935b78ca594d0b8ea7c729b4b9e8967456 (diff) | |
parent | f78eb1b6594f8c2c42f7d51379b305f2aca0474e (diff) | |
download | ranger-d449c6ebb9e812f1def3277a0ad443187bdb0511.tar.gz |
Merge pull request #1 from hut/master
merge with hut
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index db608eaf..ac655e78 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -710,8 +710,8 @@ Display tags in all columns? .IP "draw_borders [bool]" 4 .IX Item "draw_borders [bool]" Draw borders around columns? -.IP "draw_progress_bar_in_statusbar [bool]" 4 -.IX Item "draw_progress_bar_in_statusbar [bool]" +.IP "draw_progress_bar_in_status_bar [bool]" 4 +.IX Item "draw_progress_bar_in_status_bar [bool]" Draw a progress bar in the status bar which displays the average state of all currently running tasks which support progress bars? .IP "flushinput [bool] <zi>" 4 diff --git a/doc/ranger.pod b/doc/ranger.pod index 43b248ce..6b5b1593 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -693,7 +693,7 @@ Display tags in all columns? Draw borders around columns? -=item draw_progress_bar_in_statusbar [bool] +=item draw_progress_bar_in_status_bar [bool] Draw a progress bar in the status bar which displays the average state of all currently running tasks which support progress bars? |