pull-deploy: Tweak documentation to show using it for switching trees

This commit is contained in:
Colin Walters 2013-04-21 10:39:27 -04:00
parent 5565735bcb
commit b06c4a2081
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ ot_admin_builtin_pull_deploy (int argc, char **argv, OtAdminBuiltinOpts *admin_o
ot_lptrarray GPtrArray *subproc_args = NULL;
__attribute__((unused)) GCancellable *cancellable = NULL;
context = g_option_context_new ("OSNAME - Upgrade and redeploy current tree");
context = g_option_context_new ("OSNAME [TREE] - Ensure TREE (default current) is in list of remotes, then download and deploy");
g_option_context_add_main_entries (context, options, NULL);