Skip to content

Commit

Permalink
Updated usages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed Apr 23, 2023
1 parent 95ec7bd commit 4f23f1d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions systems_manager/systems_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import zipfile
import glob
import json
from systems_manager.version import __version__, __author__, __credits__


class SystemsManager:
Expand Down Expand Up @@ -518,7 +519,11 @@ def set_python_modules(self, modules):


def usage():
print(f"Usage: \n"
print(f'Systems-Manager: A tool to manage your systems software!\n'
f'Version: {__version__}\n'
f'Author: {__author__}\n'
f'Credits: {__credits__}\n'
f"\nUsage: \n"
f"-h | --help [ See usage for script ]\n"
f"-c | --clean [ Clean Recycle/Trash bin ]\n"
f"-e | --enable-features [ Enable Window Features ]\n"
Expand All @@ -528,7 +533,7 @@ def usage():
f"-s | --silent [ Don't print to stdout ]\n"
f"-t | --theme [ Apply Takuyuma Terminal Theme ]\n"
f"-u | --update [ Update your applications and Operating System ]\n"
f"Example: \n"
f"\nExample: \n"
f"systems-manager --font --update --clean --theme --python 'geniusbot' --install 'python3'\n")


Expand Down

0 comments on commit 4f23f1d

Please sign in to comment.