]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update help text and copyright header.
authorStefan Knoblich <stkn@freeswitch.org>
Sat, 29 Mar 2008 00:57:04 +0000 (00:57 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Sat, 29 Mar 2008 00:57:04 +0000 (00:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7980 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/fsxs.in

index 11966d03e1ee2ce62a4a6013cae0f708a2375cc0..dbf9526585170ba8e42fa27f9ddf0b8f6a9911a1 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/perl
 #
-# FreeSwitch fsxs
+# FreeSWITCH fsxs
 #
-# (C) 2006 Stefan Knoblich <stkn@netdomination.org>
+# (C) 2006-2008 Stefan Knoblich <stkn@netdomination.org>
 
 use strict;
 
@@ -52,21 +52,21 @@ sub do_exec {
 }
 
 sub fsxs_usage {
-       print "FreeSwitch fsxs\n(C) 2006-2008 Stefan Knoblich <stkn\@netdomination.org>\n";
+       print "FreeSWITCH fsxs\n(C) 2006-2008 Stefan Knoblich <stkn\@netdomination.org>\n";
        print "\n";
        print "Usage:\n";
        print "\t$0 compile [options] <file1 ...>\n";
        print "\t$0 link    [options] <target> <file1 ...>\n";
        print "\t$0 build   [options] <target> <file1 ...>\n";
        print "\t$0 install [options] <file1 ...>\n\n";
-       print "\t$0 show    <var1>...[varN]\n";
-       print "\t$0         <--var1>...<--varN>\n\n";
+       print "\t$0 show    <var1 ...varN>\n";
+       print "\t$0         <--var1 ...--varN>\n\n";
 
        print "Command description:\n";
        print "\tcompile: Compile source file(s) into object file(s)\n";
        print "\tlink:    Create module from object file(s)\n";
        print "\tbuild:   Build module from source file(s) (compile + link)\n";
-       print "\tinstall: Install module(s) into freeswitch module directory\n";
+       print "\tinstall: Install module(s) into FreeSWITCH module directory\n";
        print "\tshow:    Show defined variable(s)\n";
        print "\n";