
4 Apr
2014
4 Apr
'14
10:40 p.m.
commit d59e56678e5b52cf55ad4e2437867e77771a8957 Author: David Goulet <dgoulet@ev0ke.net> Date: Sat Aug 24 16:07:39 2013 -0400 Add version to torsocks script Signed-off-by: David Goulet <dgoulet@ev0ke.net> --- src/bin/torsocks.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/torsocks.in b/src/bin/torsocks.in index 834816f..c5519ec 100644 --- a/src/bin/torsocks.in +++ b/src/bin/torsocks.in @@ -110,6 +110,8 @@ torify_app () usage () { + echo "torsocks @VERSION@" + echo "" echo "$0 [OPTIONS] [COMMAND [arg ...]]" echo "" echo "usage: $0 command args"