summaryrefslogtreecommitdiff
path: root/uhubctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uhubctl.c')
-rw-r--r--uhubctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/uhubctl.c b/uhubctl.c
index 9bc23a5..412d4d0 100644
--- a/uhubctl.c
+++ b/uhubctl.c
@@ -9,7 +9,6 @@
*
*/
-#define PROGRAM_VERSION "1.8"
#define _XOPEN_SOURCE 500
#include <stdio.h>
@@ -181,7 +180,7 @@ static const struct option long_options[] = {
int print_usage()
{
printf(
- "uhubctl v%s: utility to control USB port power for smart hubs.\n"
+ "uhubctl %s: utility to control USB port power for smart hubs.\n"
"Usage: uhubctl [options]\n"
"Without options, show status for all smart hubs.\n"
"\n"