summaryrefslogtreecommitdiff
path: root/doc/flatpak-document-unexport.xml
Commit message (Collapse)AuthorAgeFilesLines
* document-unexport: Finish implementing --doc-idPhaedrus Leeds2022-01-101-0/+10
| | | | Picking up Matthias' commit from a few years ago to get it mergeable.
* Unify DocBook DTDsJan Tojnar2020-08-101-2/+2
| | | | | | Previously, there were three different DTDs used. Let's switch to a single one. We will go with 4.5, since it is latest version that does not have any backwards incompatible changes.
* Rename list commandsMatthias Clasen2018-12-031-1/+1
| | | | | | | | | | | | Rename permission-list and document-list to permissions and documents, for consistency with how we handle remotes. The old command names are kept as hidden aliases. Closes: #2131 Closes: #2366 Approved by: mwleeds
* Update flatpak-document-unexport.xml朝歌2018-07-121-1/+1
| | | | | Closes: #1896 Approved by: mwleeds
* doc: Fix documentation of shared optionsMatthew Leeds2018-06-261-2/+2
| | | | | | The --verbose and --ostree-verbose options are global to all subcommands, but --version can only be used with the main "flatpak" command, so fix the man pages to reflect that.
* Clarify the documentation a bitMatthias Clasen2016-06-181-2/+4
| | | | | Revise the man pages for the new document commands a bit, using 'document id' consistently, and adding cross references among them.
* flatpak: Add a document-unexport commandMatthias Clasen2016-06-161-0/+94
This calls org.freedesktop.portal.Documents.Delete to remove an exported file from the document database altogether.