cgrep 6.6.2 → 6.6.3
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- README.md +1/−1
- cgrep.cabal +1/−1
- src/Main.hs +1/−1
README.md view
@@ -7,7 +7,7 @@ Usage ----- -Cgrep 6.6.2. Usage: cgrep [OPTION] [PATTERN] files...+Cgrep 6.6.3. Usage: cgrep [OPTION] [PATTERN] files... cgrep [OPTIONS] [ITEM]
cgrep.cabal view
@@ -1,6 +1,6 @@ Name: cgrep Description: Cgrep: a context-aware grep for source codes-Version: 6.6.2+Version: 6.6.3 Synopsis: Command line tool Homepage: http://awgn.github.io/cgrep/ License: GPL-2
src/Main.hs view
@@ -237,7 +237,7 @@ -- display the configuration in use when (isJust confpath) $- putStrLn $ showBold opts ("Using '" ++ (fromJust confpath) ++ "' configuration file...")+ hPutStrLn stderr $ showBold opts ("Using '" ++ (fromJust confpath) ++ "' configuration file...") -- load files to parse: