Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astockwell committed Feb 21, 2014
1 parent 981037a commit 763ab0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Usage
#### Flags

- `-f`, `--force`: Force overwrite of destination file if it exists (only used with `[outfilename]` specified)
- `-h`, `--help`: Print serfix help
- `-h`, `--help`: Print `serfix` help

#### Line Filter Examples

Expand All @@ -41,7 +41,7 @@ cat filename.sql | serfix > fixed_filename.sql
ssh -C user@host mysqldump --single-transaction --opt \
--net_buffer_length=75000 -u'username' -p'password' db_name \
| sed 's/development.com/production.com' | serfix | gzip > \
| sed 's/development.com/production.com/g' | serfix | gzip > \
db_name_$(date +"%Y.%m.%d_%H.%M").sql.gz
```

Expand Down

0 comments on commit 763ab0a

Please sign in to comment.