diff options
author | Christian Zangl <laktak@cdak.net> | 2019-07-19 23:21:30 +0200 |
---|---|---|
committer | Christian Zangl <laktak@cdak.net> | 2019-07-19 23:21:30 +0200 |
commit | 65f95287d42869952e3bc0ae9ffefa94221f7faa (patch) | |
tree | 7385bb1a4d16b189785aa466dda7c6b92a689737 /ranger | |
parent | c51e5af03f06b8a126a40a1a5af4f2b03277374a (diff) | |
download | ranger-65f95287d42869952e3bc0ae9ffefa94221f7faa.tar.gz |
fix docs
Diffstat (limited to 'ranger')
-rwxr-xr-x | ranger/config/commands.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 1eb740f8..9cbf5f2e 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -1865,8 +1865,8 @@ class paste_ext(Command): """ :paste_ext - Like paste but renames conflicting files so that the - file extension stays intact. + Like paste but tries to rename conflicting files so that the + file extension stays intact (e.g. file_.ext). """ @staticmethod |