!/usr/bin/python3 import os import sys
sys.path.append(os.path.abspath(“/home/x/programming/ruby/src/rbt/lib/rbt/python/”))
from e import *
# =========================================================================== # # === show_the_available_help_options() # =========================================================================== # def show_the_available_help_options():
e("The following help options are available:") e() e(" --help # show this help section") e(" --blfs # show the BLFS homepage of the program, then exit") e()