diff --git a/README.md b/README.md index 3e973f6..513ace8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -codesearch (cs) +code spelunker (cs) ---------------------- [![Build Status](https://travis-ci.org/boyter/cs.svg?branch=master)](https://travis-ci.org/boyter/cs) @@ -21,7 +21,7 @@ try using cs and its right at the top https://github.com/BurntSushi/ripgrep/issues/95 active bugs -search for cs --hidden --no-gitignore --no-ignore 英文 has highlight issues +search for cs --hidden --no-gitignore --no-ignore 英文 has highlight issues due to multiple byte ending matches TODO search by filename diff --git a/main.go b/main.go index 3dee9ca..5e47c17 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ func main() { rootCmd := &cobra.Command{ Use: "cs", - Long: "cs code search command line.\n" + + Long: "code spelunker (cs) code search.\n" + "Version " + processor.Version + "\n" + "Ben Boyter ", Version: processor.Version,