From 77afd689e3bbc0ada1cadd2ed55d2adb65c9aebb Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Fri, 10 Feb 2012 18:13:29 +0100
Subject: [PATCH] Improve wording in docs

---
 doc/vcsh.1.ronn | 2 +-
 vcsh            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn
index 11db1ef..5e69c9a 100644
--- a/doc/vcsh.1.ronn
+++ b/doc/vcsh.1.ronn
@@ -101,7 +101,7 @@ an interactive user.
   Set up repository with recommended settings.
 
 * which <substring>:
-  Find <substring> in any tracked file name.
+  Find <substring> in name of any tracked file.
 
 * write-gitignore:
   Write .gitignore.d/<repo> via git ls-files.
diff --git a/vcsh b/vcsh
index 7a9bf39..015d47a 100755
--- a/vcsh
+++ b/vcsh
@@ -35,7 +35,7 @@ help() {
    run <repo> \\
        <command>        Use this repository
    setup                Set up repository with recommended settings
-   which <substring>    Find substring in any tracked file name
+   which <substring>    Find substring in name of any tracked file
    write-gitignore \\
    <repo>               Write .gitignore.d/<repo> via git ls-files
 
-- 
2.39.5