mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 02:20:42 +00:00
Document the -port option
This commit is contained in:
@@ -4,7 +4,7 @@ Moonlight Embedded - Open source implementation of NVIDIA's GameStream
|
|||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
Usage: I<moonlight> E<lt>actionE<gt> [options] [host]
|
Usage: I<moonlight> E<lt>actionE<gt> [options] [host] [-port E<lt>numberE<gt>]
|
||||||
I<moonlight> E<lt>configfileE<gt>
|
I<moonlight> E<lt>configfileE<gt>
|
||||||
|
|
||||||
=head1 ACTIONS
|
=head1 ACTIONS
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ static void help() {
|
|||||||
#else
|
#else
|
||||||
printf("Moonlight Embedded %d.%d.%d\n", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH);
|
printf("Moonlight Embedded %d.%d.%d\n", VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH);
|
||||||
#endif
|
#endif
|
||||||
printf("Usage: moonlight [action] (options) [host]\n");
|
printf("Usage: moonlight [action] (options) [host] [-port <number>]\n");
|
||||||
printf(" moonlight [configfile]\n");
|
printf(" moonlight [configfile]\n");
|
||||||
printf("\n Actions\n\n");
|
printf("\n Actions\n\n");
|
||||||
printf("\tpair\t\t\tPair device with computer\n");
|
printf("\tpair\t\t\tPair device with computer\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user