Skip to content
Snippets Groups Projects
Commit 1dbb17d1 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Use atlasquery not atlasq in cli help

parent abb6e16c
No related branches found
No related tags found
No related merge requests found
...@@ -569,10 +569,10 @@ def parseArgs(args): ...@@ -569,10 +569,10 @@ def parseArgs(args):
usages = { usages = {
'main' : 'usage: atlasq [-h] command [options]', 'main' : 'usage: atlasq [-h] command [options]',
'ohi' : textwrap.dedent(""" 'ohi' : textwrap.dedent("""
usage: atlasq ohi -h usage: atlasquery -h
atlasq ohi --dumpatlases atlasquery --dumpatlases
atlasq ohi -a atlas -c X,Y,Z atlasquery -a atlas -c X,Y,Z
atlasq ohi -a atlas -m mask atlasquery -a atlas -m mask
""").strip(), """).strip(),
'list' : 'usage: atlasq list [-e]', 'list' : 'usage: atlasq list [-e]',
'summary' : 'usage: atlasq summary atlas', 'summary' : 'usage: atlasq summary atlas',
......
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