From fcff6ecd5caeeb55219e092a03bc2a092ca85116 Mon Sep 17 00:00:00 2001
From: Renato Alves <alves.rjc@gmail.com>
Date: Wed, 7 Mar 2018 16:15:13 +0100
Subject: [PATCH] MNT Clarify -k option in mv_keep_parents

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 4b2b2bc..c1eb825 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ EMBL utilities
 
 ``qs`` - collect queue status across different SGE clusters/queues. Requires key-based authentication with SSH.
 
-``mv_keep_parents`` - equivalent to ``cp --parents src/*.txt dest/`` but moving instead of copying. Optionally keeping source directories if empty with option ``-k``.
+``mv_keep_parents`` - equivalent to ``cp --parents src/*.txt dest/`` but moving instead of copying. Passing ``-k`` will keep empty directories in ``src/``.
 
 Examples
 ========
-- 
GitLab