/[gnump3d]/gnump3d/lib/gnump3d/lang/en.pm
ViewVC logotype

Diff of /gnump3d/lib/gnump3d/lang/en.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by skx, Tue Oct 14 17:51:26 2003 UTC revision 1.6 by skx, Tue Oct 14 17:56:12 2003 UTC
# Line 55  our %TEXT ; Line 55  our %TEXT ;
55    
56    
57    
58    $TEXT{ HELP_TEXT } = <<E_O_HELP;
59    GNUMP3d v$RELEASE - A portable(ish) MP3/OGG/HTTP streaming server.
60                 - See http://www.gnump3d.org/ for more details.
61    
62    Usage: gnump3d [options]
63    
64     --background            Detatch from the console after starting.
65     --config filename       Read options from the named configuration file.
66     --debug                 Dump debug output to the console, not the error log.
67     --dump-plugins          Display all plugins that have been found.
68     --fast                  Start quickly without indexing the audio files first.
69     --help                  Display this usage information.
70     --lang XX               Load the strings from the given language file.
71     --plugin-dir directory  Load the plugins from the given directory.
72     --port number           Listen and serve upon the given port number.
73     --quiet                 Do not display the startup banner.
74     --root directory        Serve music from the given directory.
75     --test                  Allow config variables to come from the environment.
76     --theme-dir directory   Load the theme files from the given directory.
77     --version               Displays the version of this software.
78    
79     Report bugs to : Steve Kemp <steve\@steve.org.uk>
80    
81    E_O_HELP
82    
83    
84    
85    
86    $TEXT{ VERSION_TEXT } = <<E_O_VERSION;
87    gnump3d v$RELEASE [CVS Info: $VERSION]
88    E_O_VERSION
89    
90    
91    
92    
93  $TEXT{ STARTUP_BANNER } =<<E_O_BANNER;  $TEXT{ STARTUP_BANNER } =<<E_O_BANNER;
94  GNUMP3d v\$RELEASE by Steve Kemp  GNUMP3d v\$RELEASE by Steve Kemp

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26