Skip to content

Commit

Permalink
Fix argument order to build-exports
Browse files Browse the repository at this point in the history
As reported in flatpak/flatpak#571
  • Loading branch information
alexlarsson committed Feb 20, 2017
1 parent 82ef321 commit 146d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/distributing-applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OSTree uses GPG to verify the identity of repositories. This requires that every

To do this, a GPG key needs to be passed to the ``build-update-repo`` and ``build-export`` commands, as well as ``flatpak-builder`` if it is being used to modify or create a repository. (If you don't already have a key, `it is easy to generate one <https://help.github.com/articles/generating-a-new-gpg-key/>`_.) For example::

$ flatpak build-export --gpg-sign=KEYID --gpg-homedir=PATH DIRECTORY REPOSITORY
$ flatpak build-export --gpg-sign=KEYID --gpg-homedir=PATH REPOSITORY DIRECTORY

Here ``--gpg-homedir`` is optional, and allows specifying the home directory of the key to be used.

Expand Down

0 comments on commit 146d983

Please sign in to comment.