]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
- well update inst_exec() too then to follow adamg
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Nov 2007 01:35:19 +0000 (01:35 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Nov 2007 01:35:19 +0000 (01:35 +0000)
svn-id: @8998

geninitrd

index 3213a8d09de743507b2f56bff367615380699143..d788c76e74fe961432e319be94ccc87254bba9c9 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -405,7 +405,7 @@ inst_d() {
 # install executable and it's shared libraries
 inst_exec() {
        if [ $# -lt 2 ]; then
-               die 'Usage: inst_exec <file> [, <file>] $MNTIMAGE<destination>'
+               die 'Usage: inst_exec <file> [, <file>] <destination>'
        fi
        local src i=0 c=$(($# - 1))
        while [ $i -lt $c ]; do
This page took 0.0424020000000001 seconds and 4 git commands to generate.