From ca9abc3d55e0bb79371efe604401d0df4e7cd75f Mon Sep 17 00:00:00 2001 From: Fabian Roscher Date: Mon, 24 Jun 2024 20:51:10 +0200 Subject: [PATCH] better description on top of the main.py --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 6e84d86..078c6f2 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 """ -Description: This program should do aliases for flatpack apps that are installed on the system. +Description: This program should addd aliases for flatpack apps that are installed on + the system into the .bashrc file. To acces them via terminal easily. Author: Fabian Roscher License: MIT """