Document the -port option

This commit is contained in:
Cameron Gutman
2025-11-30 16:37:41 -06:00
parent 4c3b21ca18
commit 6d755e3678
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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");