#!/usr/bin/ruby # --- showHelp ---- # # Author: Magnus Engström # Email: magnus@gisab.se # File: showHelp # # Description # ----------- # This function # print the help # message on STDOUT # ----------------- def showHelp() STDOUT.puts("MaGnuX Mp3 Management server - Ruby Edition v0.2a\n-------------------------------------------------\n\n--help\t\t\tShow this message\n--debug on\t\tShow some debug data\n--configfile file\tSelect configuration file\n--daemon, -D (yes*|no)\tGo to background on startup\n\n") end