Optimized hints
This commit is contained in:
2
main.py
2
main.py
@@ -544,7 +544,7 @@ def list_repositories(all_repos, repositories_base_dir, bin_dir, search_filter="
|
|||||||
print(f" Status: {status_str}")
|
print(f" Status: {status_str}")
|
||||||
# If the repository is installed, display a hint for more info.
|
# If the repository is installed, display a hint for more info.
|
||||||
if os.path.exists(executable_path):
|
if os.path.exists(executable_path):
|
||||||
print(f"\nMore information and help: \033[1;4m{identifier} --help\033[0m\n")
|
print(f"\nMore information and help: \033[1;4mpkgmgr {identifier} --help\033[0m\n")
|
||||||
print("-" * 40)
|
print("-" * 40)
|
||||||
# Main program.
|
# Main program.
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user