Skip to content

Commit abd0957

Browse files
committed
Shorten help messages for nf-core modules list
1 parent 1bf0832 commit abd0957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nf_core/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def modules(ctx, repository, branch):
377377
@click.pass_context
378378
def list(ctx):
379379
"""
380-
List modules available locally in a pipeline or in a remote repo like nf-core/modules.
380+
List modules in a local pipeline or remote repo e.g nf-core/modules.
381381
"""
382382
pass
383383

@@ -388,7 +388,7 @@ def list(ctx):
388388
@click.option("-j", "--json", is_flag=True, help="Print as JSON to stdout")
389389
def remote(ctx, keywords, json):
390390
"""
391-
List all modules available in a remote GitHub repo like on nf-core/modules
391+
List all modules in a remote GitHub repo e.g. nf-core/modules
392392
"""
393393
try:
394394
module_list = nf_core.modules.ModuleList(None, remote=True)

0 commit comments

Comments
 (0)