diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.c | 2 | ||||
-rwxr-xr-x | tests/test.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.c b/tests/test.c index 708e257..bd17af9 100644 --- a/tests/test.c +++ b/tests/test.c @@ -2628,7 +2628,7 @@ static int apply_test_config(FILE *input) static void print_help() { fprintf(stderr, - "libusbg test suit:\n" + "libusbgx test suit:\n" " --generate-config - generates config to stdout and exit\n" " --use-config - runs test suit using config from stdin\n" " -h --help - print this message\n" diff --git a/tests/test.sh b/tests/test.sh index f4705ee..45b8e3e 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -14,7 +14,7 @@ then fi function usage { - echo "libusbg test suit" + echo "libusbgx test suit" echo "Usage: ./test.sh [option]" echo "Options:" echo " --generate-config filename - generates config to given file and exit" |