From 5fcab193568689cd61eccbff48c442bcb7641344 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 27 Feb 2023 10:46:26 +0200 Subject: [PATCH] Updated for the config --- README.rst | 2 +- slpkg/views/cli_menu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)