ostree admin switch: fix short summary

Closes: #371
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2016-06-27 13:59:22 -04:00 committed by Atomic Bot
parent 439069b2bb
commit f4e92a1e06
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ ot_admin_builtin_switch (int argc, char **argv, GCancellable *cancellable, GErro
GKeyFile *old_origin;
GKeyFile *new_origin = NULL;
context = g_option_context_new ("REF - Construct new tree from current origin and deploy it, if it changed");
context = g_option_context_new ("REF - Construct new tree from REF and deploy it");
if (!ostree_admin_option_context_parse (context, options, &argc, &argv,
OSTREE_ADMIN_BUILTIN_FLAG_SUPERUSER,