]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
indent(1): add --version option
authorpstef <pstef@FreeBSD.org>
Mon, 4 Jun 2018 21:05:56 +0000 (21:05 +0000)
committerpstef <pstef@FreeBSD.org>
Mon, 4 Jun 2018 21:05:56 +0000 (21:05 +0000)
commit0a2a4b2364f822d1e852ac84f2f313b045ef0d73
tree7c365b9db535a47d7ddc8c6dd2ede87496a4cd74
parent4346d4cd61ec6ab69cc92e051b7d5e69d86bd9e7
indent(1): add --version option

There exist multi-platform programs that check indent's version in order to
know what they can expect from it. GNU indent provides that via --version,
so implement the same option here.
usr.bin/indent/args.c
usr.bin/indent/indent.1