]> git.tuebingen.mpg.de Git - paraslash.git/commit
Unify version command handlers.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 4 Apr 2015 20:22:53 +0000 (20:22 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 12 Aug 2015 21:23:47 +0000 (23:23 +0200)
commit26dc18b2c1faa0d284b579d6ed3ccf1d479e65d3
treeccf555b2395cd905d4cd086f13b49121f76ab4df
parentcd624494dc77e7283ee87bc474c55b0b1d2c2363
Unify version command handlers.

para_audiod's version command supports the -v flag, but the one of
para_server does not and always prints the full version text. This
adds the -v flag to the server command and makes it behave identical
to its counterpart.
command.c