summaryrefslogtreecommitdiffstats
path: root/src/software/cli/software.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/cli/software.py')
-rwxr-xr-xsrc/software/cli/software.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/software/cli/software.py b/src/software/cli/software.py
index a8aba16..eaedc7d 100755
--- a/src/software/cli/software.py
+++ b/src/software/cli/software.py
@@ -175,7 +175,7 @@ def list_files(conn, package):
if __name__ == '__main__':
parser = argparse.ArgumentParser(prog='software',
- description=("CLI tool for testing cura software providers."
+ description=("CLI tool for testing OpenLMI software providers."
" With this tool you are able to install, update,"
" remove and verify particular package."),
conflict_handler="resolve")
@@ -194,7 +194,7 @@ if __name__ == '__main__':
help="User password.")
parser.add_argument('-d', '--debug', action='store_true', default=False,
help="Print debugging informations.")
- subpars = parser.add_subparsers(help="Action to make on cura providers.")
+ subpars = parser.add_subparsers(help="Action to make on OpenLMI providers.")
parse_install = subpars.add_parser('install',
help="Install specific available package.")