summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-static-delta.c
diff options
context:
space:
mode:
authorJonathan Lebon <jlebon@redhat.com>2016-07-29 10:57:44 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2016-07-29 16:38:19 +0000
commite9f08d45f75d07e7d7f1114588ca2199273811d5 (patch)
tree7e8979d3fd169ba8c7412211a5d431ed72860a0b /src/ostree/ot-builtin-static-delta.c
parent6ffcb24d227eae5a479caf45adb8037eceb6ae33 (diff)
downloadostree-e9f08d45f75d07e7d7f1114588ca2199273811d5.tar.gz
static-delta: fix command contexts
Closes: #418 Approved by: cgwalters
Diffstat (limited to 'src/ostree/ot-builtin-static-delta.c')
-rw-r--r--src/ostree/ot-builtin-static-delta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ostree/ot-builtin-static-delta.c b/src/ostree/ot-builtin-static-delta.c
index 90702c5a..a1c220bb 100644
--- a/src/ostree/ot-builtin-static-delta.c
+++ b/src/ostree/ot-builtin-static-delta.c
@@ -212,7 +212,7 @@ ot_static_delta_builtin_generate (int argc, char **argv, GCancellable *cancellab
GOptionContext *context;
glnx_unref_object OstreeRepo *repo = NULL;
- context = g_option_context_new ("Generate static delta files");
+ context = g_option_context_new ("GENERATE [TO] - Generate static delta files");
if (!ostree_option_context_parse (context, generate_options, &argc, &argv, OSTREE_BUILTIN_FLAG_NONE, &repo, cancellable, error))
goto out;
@@ -360,7 +360,7 @@ ot_static_delta_builtin_apply_offline (int argc, char **argv, GCancellable *canc
GOptionContext *context;
glnx_unref_object OstreeRepo *repo = NULL;
- context = g_option_context_new ("DELTA - Apply static delta file");
+ context = g_option_context_new ("APPLY-OFFLINE - Apply static delta file");
if (!ostree_option_context_parse (context, apply_offline_options, &argc, &argv, OSTREE_BUILTIN_FLAG_NONE, &repo, cancellable, error))
goto out;