]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
fixed small typo
authorArtur Frysiak <artur@frysiak.net>
Wed, 22 Mar 2000 20:43:17 +0000 (20:43 +0000)
committerArtur Frysiak <artur@frysiak.net>
Wed, 22 Mar 2000 20:43:17 +0000 (20:43 +0000)
svn-id: @684

rc.d/init.d/functions

index 165d70ba681b92657c8cbba629507be00a9094ba..45469a4e72c86fb2199dd0cd9ef610e51e82dbd4 100644 (file)
@@ -1,7 +1,7 @@
 # functions    This file contains functions to be used by most or all
 #              shell scripts in the /etc/init.d directory.
 #
-# $Id: functions,v 1.45 2000/03/17 01:14:45 kloczek Exp $
+# $Id: functions,v 1.46 2000/03/22 20:43:17 wiget Exp $
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:    Greg Galloway and Marc Ewing
@@ -123,7 +123,7 @@ msg_reloading()
 
 msg_Usage()
 {
-       nls "Usage:" "$1\n"
+       nls "Usage: %s" "$*\n"
 }
 
 # Some functions to handle PLD-style messages
This page took 0.031242 seconds and 4 git commands to generate.