Merge pull request #34 from jalanb/patch-2

Use 80 as width, not filename
pull/27/merge
Joshua Levy 2015-06-16 08:05:03 -07:00
commit 8b8bb600d1
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ A few examples of piecing together commands:
pandoc -f markdown -t html |
xmlstarlet fo --html --dropdtd |
xmlstarlet sel -t -v "(html/body/ul/li[count(p)>0])[$RANDOM mod last()+1]" |
xmlstarlet unesc | fmt 80
xmlstarlet unesc | fmt -80
}
```