Revision: 53798
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53798&view=rev
Author:   carlmoore
Date:     2012-11-21 16:49:32 +0000 (Wed, 21 Nov 2012)
Log Message:
-----------
standardize on use of 'Usage:'

Modified Paths:
--------------
    brlcad/trunk/src/brlman/brlman.tcl.in

Modified: brlcad/trunk/src/brlman/brlman.tcl.in
===================================================================
--- brlcad/trunk/src/brlman/brlman.tcl.in       2012-11-21 16:44:19 UTC (rev 
53797)
+++ brlcad/trunk/src/brlman/brlman.tcl.in       2012-11-21 16:49:32 UTC (rev 
53798)
@@ -105,7 +105,7 @@
 if {![info exists ::man_language]} {set ::man_language "en"}
 
 if {[llength $argv2] > 2} {
-   puts stderr "Usage - brlman \[section \#\] name"
+   puts stderr "Usage: brlman \[section \#\] name"
    if {[info exists argv]} {exit}
 }
 
@@ -117,7 +117,7 @@
      if {[string is integer -strict "$manarg"] || $manarg == "n"} {incr 
numcount}
    }
    if {$numcount == 0} {
-      puts stderr "Usage - brlman \[section \#\] name"
+      puts stderr "Usage: brlman \[section \#\] name"
       if {[info exists argv]} {exit}
    }
    if {$numcount == 1} {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to