Skip to content
Snippets Groups Projects
Commit bdae2311 authored by Jakub Ružička's avatar Jakub Ružička
Browse files

info: always use 'show' instead of `display`

for consistency in CLI help output.
parent 0bf86282
No related branches found
No related tags found
1 merge request!127docs: update news for upcoming 0.4.0
......@@ -16,7 +16,7 @@ log = getLogger(__name__)
@click.help_option('-h', '--help', help='show command help')
def cli_info():
"""
display various apkg information
show various apkg information
"""
......@@ -57,7 +57,7 @@ def config():
@click.help_option('-h', '--help', help='show command help')
def distro():
"""
display current distro information
show current distro information
"""
info = distro_.info()
print(toml.dumps(info))
......
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