Second option for 'notegrep -sc'
This commit is contained in:
parent
45dc8e6bd7
commit
efe588b12d
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ function notegrep() {
|
|||
check_params() {
|
||||
|
||||
case $option in
|
||||
-sc)
|
||||
-sc | --split-char)
|
||||
. ~/.shellnotes/util/notegrep/sc.sh
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue