Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flatpak-run.xml - Fix ambiguity due to lack of punctuation & capitalization #5677

Merged
merged 2 commits into from
Feb 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Update flatpak-run.xml - Fix ambiguity due to lack of punctuation
Do not accept this PR if you enjoy this sentence: Arguments between '@@U' and '@@' are considered uris, and any file: uris are exported.
  • Loading branch information
illtellyoulater committed Feb 1, 2024
commit 8885ddd7e5cc1d17b5379d78c7f2014e63d67766
4 changes: 2 additions & 2 deletions doc/flatpak-run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,8 @@ key=v1;v2;
If this option is specified, the remaining arguments are scanned, and all arguments
that are enclosed between a pair of '@@' arguments are interpreted as file paths,
exported in the document store, and passed to the command in the form of the
resulting document path. Arguments between '@@u' and '@@' are considered uris,
and any file: uris are exported. The exports are non-persistent and with read and write
resulting document path. Arguments between `@@u` and `@@` are considered URIs,
and any `file:` URIs are exported. The exports are non-persistent and with read and write
permissions for the application.
</para></listitem>
</varlistentry>
Expand Down