diff options
| author | Phil Shafer <phil@FreeBSD.org> | 2018-05-23 01:20:31 +0000 |
|---|---|---|
| committer | Phil Shafer <phil@FreeBSD.org> | 2018-05-23 01:20:31 +0000 |
| commit | 983afe3373c427a080f06dccec820b20891be186 (patch) | |
| tree | 425344408bd2356a036155b28d987ebc88d02167 /usr.bin/xohtml | |
| parent | 96e47614f918bae072c393e30ee2e60275fc112c (diff) | |
| parent | b7a4d12840ce37071dcb3d02a60d63721eae59ad (diff) | |
Notes
Diffstat (limited to 'usr.bin/xohtml')
| -rwxr-xr-x | usr.bin/xohtml/xohtml.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xohtml/xohtml.sh b/usr.bin/xohtml/xohtml.sh index 58d52388d61ca..3613e1d5f4f1d 100755 --- a/usr.bin/xohtml/xohtml.sh +++ b/usr.bin/xohtml/xohtml.sh @@ -12,10 +12,10 @@ # BASE=/usr/share/libxo -VERSION=0.8.4 +VERSION=0.9.0 CMD=cat DONE= -WEB=https://juniper.github.io/libxo/${VERSION}/xohtml +WEB=http://juniper.github.io/libxo/${VERSION}/xohtml do_help () { echo "xohtml: wrap libxo-enabled output in HTML" |
