Merge pull request #10370 from ondrejholy/wip/oholy/x11-typo

[client,x11] fix typo in help
This commit is contained in:
akallabeth 2024-07-10 08:35:01 +02:00 committed by GitHub
commit 53654d62a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ static void xfreerdp_print_help(void)
printf("\tAction Script\n");
printf("\t\tExecutes a predefined script on key press.\n");
printf("\t\tShould the script not exist it is ignored.\n");
printf("\t\tScripts can be provided at the default localtion ~/.config/freerdp/action.sh or as "
printf("\t\tScripts can be provided at the default location ~/.config/freerdp/action.sh or as "
"command line argument /action:script:<path>\n");
printf("\t\tThe script will receive the current key combination as argument.\n");
printf("\t\tThe output of the script is parsed for 'key-local' which tells that the script "

View File

@ -17,7 +17,7 @@
<term>Action Script</term>
<listitem><para>executes a predefined script on key press.</para></listitem>
<listitem><para>Should the script not exist it is ignored.</para></listitem>
<listitem><para>Scripts can be provided at the default localtion ~/.config/freerdp/action.sh or as command line argument /action:script:&lt;path&gt;.</para></listitem>
<listitem><para>Scripts can be provided at the default location ~/.config/freerdp/action.sh or as command line argument /action:script:&lt;path&gt;.</para></listitem>
<listitem><para>The script will receive the current key combination as argument.</para></listitem>
<listitem><para>The output of the script is parsed for key-local which tells that the script used the key combination, otherwise the combination is forwarded to the remote.</para></listitem>
</varlistentry>