summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-13 09:37:49 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-13 09:37:49 +0200
commit51781b50d27bed289553b4e562dee41ada9c36b0 (patch)
tree32172e7d6c2e3e0d49af913d1bee73e3c6459799
parent3c92368674ee2deda9d572cdddc897c9a6e94580 (diff)
downloadxdg-app-51781b50d27bed289553b4e562dee41ada9c36b0.tar.gz
repo-update: Fix docs
The gpg key signs the summary, not the commit
-rw-r--r--app/xdg-app-builtins-repo-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xdg-app-builtins-repo-update.c b/app/xdg-app-builtins-repo-update.c
index 4b17b22..c6e0559 100644
--- a/app/xdg-app-builtins-repo-update.c
+++ b/app/xdg-app-builtins-repo-update.c
@@ -40,7 +40,7 @@ static gint opt_prune_depth = -1;
static GOptionEntry options[] = {
{ "title", 0, 0, G_OPTION_ARG_STRING, &opt_title, "A nice name to use for this repository", "TITLE" },
- { "gpg-sign", 0, 0, G_OPTION_ARG_STRING_ARRAY, &opt_gpg_key_ids, "GPG Key ID to sign the commit with", "KEY-ID"},
+ { "gpg-sign", 0, 0, G_OPTION_ARG_STRING_ARRAY, &opt_gpg_key_ids, "GPG Key ID to sign the summary with", "KEY-ID"},
{ "gpg-homedir", 0, 0, G_OPTION_ARG_STRING, &opt_gpg_homedir, "GPG Homedir to use when looking for keyrings", "HOMEDIR"},
{ "generate-static-deltas", 0, 0, G_OPTION_ARG_NONE, &opt_generate_deltas, "Generate delta files", NULL },
{ "prune", 0, 0, G_OPTION_ARG_NONE, &opt_prune, "Prune unused objects", NULL },