From ca5f34bbf39866b219effde33eb171c2593b65ce Mon Sep 17 00:00:00 2001 From: Yves Noirjean <yves.noirjean@id.ethz.ch> Date: Mon, 26 Mar 2018 15:29:07 +0200 Subject: [PATCH] obis: fixed help text of sync command --- src/python/OBis/obis/scripts/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/OBis/obis/scripts/cli.py b/src/python/OBis/obis/scripts/cli.py index 848eb3d318b..f5cce0a5b94 100644 --- a/src/python/OBis/obis/scripts/cli.py +++ b/src/python/OBis/obis/scripts/cli.py @@ -217,7 +217,7 @@ def get(ctx, f): @cli.command() @click.pass_context def status(ctx): - """Sync the repository with openBIS. + """Show the state of the obis repository. """ data_mgmt = shared_data_mgmt(ctx.obj) result = data_mgmt.status() -- GitLab