Browse Source

Improve usage text.

Georgi Chorbadzhiyski 9 years ago
parent
commit
549d4308d0
2 changed files with 6 additions and 6 deletions
  1. 3
    3
      README
  2. 3
    3
      videohubctrl.c

+ 3
- 3
README View File

@@ -91,10 +91,10 @@ Commands:
91 91
  -m --monitor               | Show real time monitor for config changes.
92 92
 
93 93
 Configuration:
94
- --vi-name <in_X> <name>    | Set input <name> to input port X.
95
- --vo-name <out_X> <name>   | Set output <name> to output port X.
94
+ --vi-name <in_X> <name>    | Set video input port X name.
95
+ --vo-name <out_X> <name>   | Set video output port X name.
96 96
 
97
- --vo-route <out_X> <in_Y>  | Connect output port X to input port Y.
97
+ --vo-route <out_X> <in_Y>  | Connect video output X to video input Y
98 98
 
99 99
  --vo-lock <out_X>          | Lock output port X.
100 100
  --vo-unlock <out_X>        | Unlock output port X.

+ 3
- 3
videohubctrl.c View File

@@ -87,10 +87,10 @@ static void show_help(struct videohub_data *data) {
87 87
 	printf(" --list-voutputs            | List device video outputs.\n");
88 88
 	printf("\n");
89 89
 	printf("Configuration:\n");
90
-	printf(" --vi-name <in_X> <name>    | Set input <name> to input port X.\n");
91
-	printf(" --vo-name <out_X> <name>   | Set output <name> to output port X.\n");
90
+	printf(" --vi-name <in_X> <name>    | Set video input port X name.\n");
91
+	printf(" --vo-name <out_X> <name>   | Set video output port X name.\n");
92 92
 	printf("\n");
93
-	printf(" --vo-route <out_X> <in_Y>  | Connect output port X to input port Y.\n");
93
+	printf(" --vo-route <out_X> <in_Y>  | Connect video output X to video input Y\n");
94 94
 	printf("\n");
95 95
 	printf(" --vo-lock <out_X>          | Lock output port X.\n");
96 96
 	printf(" --vo-unlock <out_X>        | Unlock output port X.\n");

Loading…
Cancel
Save