~dricottone/my-utils

162fb5c22bc86472ae60be7d9961fe16c25ef503 — Dominic Ricottone 2 years ago d5a3dac
Fix unittest

Help text specified wrong option.
1 files changed, 2 insertions(+), 2 deletions(-)

M core/unittest
M core/unittest => core/unittest +2 -2
@@ 1,7 1,7 @@
#!/bin/sh

name="unittest"
version="1.0"
version="1.1"
help_message=$(/usr/bin/cat <<-EOF
	Wrapper around Python's 'unittest' module
	Usage: unittest TARGET [OPTIONS]


@@ 10,7 10,7 @@ help_message=$(/usr/bin/cat <<-EOF
	 -h, --help               print this message and exit
	 -v, --verbose            show verbose 'unittest' output
	 -V, --version            print version number and exit
	 -w, --working-directory  working directory for tests
	 -d, --working-directory  working directory for tests
EOF
)