diff --git a/README.rst b/README.rst index 964e7059..1cb558b1 100644 --- a/README.rst +++ b/README.rst @@ -94,7 +94,7 @@ Usage If you need more information try to use slpkg manpage. Extra help for the commands, use: 'slpkg help '. - Configuration file in the /etc/slpkg/slpkg.toml or 'slpkg configs'. + Edit the config file in the /etc/slpkg/slpkg.toml or 'slpkg configs'. diff --git a/slpkg/views/cli_menu.py b/slpkg/views/cli_menu.py index 55a0ba38..3fc66301 100644 --- a/slpkg/views/cli_menu.py +++ b/slpkg/views/cli_menu.py @@ -72,7 +72,7 @@ class Usage(Configs): ' -v, --version Print version and exit.\n' "\nIf you need more information try to use slpkg manpage.\n" "Extra help for the commands, use: 'slpkg help '.\n" - "Configuration file in the /etc/slpkg/slpkg.toml or 'slpkg configs'.") + "Edit the config file in the /etc/slpkg/slpkg.toml or 'slpkg configs'.") print(args) raise SystemExit(status)