Sha256: 584280e1ff9c4356bdd93456faeb1350f53ad542607782106b172b66112342d0
Contents?: true
Size: 522 Bytes
Versions: 8
Compression:
Stored size: 522 Bytes
Contents
#!/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
Version data entries
8 entries across 8 versions & 4 rubygems