mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix/improve command line help (#145)
* Make command line consistent, fix incorrect documentation. * Improve tg-invoke-prompt help
This commit is contained in:
parent
f97856245c
commit
ae8661fe2e
7 changed files with 36 additions and 32 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Connects to the graph query service and dumps all graph edges.
|
||||
Connects to the graph query service and dumps all graph edges in Turtle
|
||||
format.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
|
@ -50,7 +51,7 @@ def show_graph(pulsar):
|
|||
def main():
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
prog='graph-show',
|
||||
prog='tg-graph-to-turtle',
|
||||
description=__doc__,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue