File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ static const struct option long_options[] = {
243
243
static int print_usage ()
244
244
{
245
245
printf (
246
- "uhubctl %s : utility to control USB port power for smart hubs.\n"
246
+ "uhubctl: utility to control USB port power for smart hubs.\n"
247
247
"Usage: uhubctl [options]\n"
248
248
"Without options, show status for all smart hubs.\n"
249
249
"\n"
@@ -263,12 +263,13 @@ static int print_usage()
263
263
"--version, -v - print program version.\n"
264
264
"--help, -h - print this text.\n"
265
265
"\n"
266
- "Send bugs and requests to: https://github.com/mvp/uhubctl\n" ,
267
- PROGRAM_VERSION ,
266
+ "Send bugs and requests to: https://github.com/mvp/uhubctl\n"
267
+ "version: %s\n" ,
268
268
strlen (opt_vendor ) ? opt_vendor : "any" ,
269
269
opt_delay ,
270
270
opt_repeat ,
271
- opt_wait
271
+ opt_wait ,
272
+ PROGRAM_VERSION
272
273
);
273
274
return 0 ;
274
275
}
You can’t perform that action at this time.
0 commit comments