Merge pull request #239 from waldyrious/patch-1

typo
waldyrious/alt-syntax
Romain Prieto 2014-09-14 17:09:46 +10:00
commit 0f5b12f9df
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
`split -n 5 {{filename}}`
- Split a file with atmost 512 bytes of lines in each split.
- Split a file with at most 512 bytes of lines in each split.
`split -C 512 {{filename}}`