Updates description

waldyrious/alt-syntax
Leandro Ostera 2016-03-01 12:54:15 +01:00
parent 7328774d81
commit e22f8087e1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
`sed 's/{{find}}/{{replace}}/' {{filename}}`
- Replace the first occurrence on all lines matching a pattern:
- Replace only on lines matching the line pattern:
`sed '/{{line_pattern}}/s/{{find}}/{{replace}}/'`