Skip to content
Snippets Groups Projects
Commit ca5f34bb authored by yvesn's avatar yvesn
Browse files

obis: fixed help text of sync command

parent 296cb56e
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ def get(ctx, f): ...@@ -217,7 +217,7 @@ def get(ctx, f):
@cli.command() @cli.command()
@click.pass_context @click.pass_context
def status(ctx): def status(ctx):
"""Sync the repository with openBIS. """Show the state of the obis repository.
""" """
data_mgmt = shared_data_mgmt(ctx.obj) data_mgmt = shared_data_mgmt(ctx.obj)
result = data_mgmt.status() result = data_mgmt.status()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment