Skip to content

Commit

Permalink
Update tiny42.py
Browse files Browse the repository at this point in the history
  • Loading branch information
san-ghun authored Nov 26, 2024
1 parent 5dde2f8 commit a500829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tiny42.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def reload_tiny42() -> None:
def show_help() -> None:
"""Show help message with available commands and configuration info."""
print(f"{TINY42_BLUE}\ntiny42 - A Docker-based development environment manager")
print(f"\nKeep on coding with your portable 42")
print(f"\nKeep coding with your portable 42")
print(f"\nConfiguration:")
print(f" Workspace: {TINY42_WORKSPACE}")
print(" Settings: ~/.config/tiny42/src/settings.py")
Expand All @@ -184,4 +184,4 @@ def show_help() -> None:
print(f"\nPort Publishing:")
print(f" Host port {TINY42_PORT_PUBLISHING_HOST} -> Container port {TINY42_PORT_PUBLISHING_CONTAINER}")

print(f"{TINY42_WHITE}")
print(f"{TINY42_WHITE}")

0 comments on commit a500829

Please sign in to comment.