]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
build-rr: update usage
authorAntti Kantee <pooka@iki.fi>
Wed, 4 Nov 2015 15:49:12 +0000 (15:49 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 4 Nov 2015 15:49:12 +0000 (15:49 +0000)
build-rr.sh

index d9608bafa6479429775a071ac7c40d2052e38b4b..d487eee30d1483d08fdbb6693c98459678e6898f 100755 (executable)
@@ -40,16 +40,16 @@ helpme ()
        printf "Usage: $0 [-j num] [-k] [-o objdir] [-q] [-s srcdir] hw|xen\n"
        printf "\t    [build] [install] [-- buildrump.sh opts]\n"
        printf "\n"
-       printf "\t-d: destination base directory (under construction).\n"
+       printf "\t-d: destination base directory, used by \"install\".\n"
        printf "\t-j: run <num> make jobs simultaneously.\n"
        printf "\t-q: quiet(er) build.  option may be specified twice.\n\n"
        printf "\tThe default actions are \"build\" and \"install\"\n\n"
 
        printf "Expert-only options:\n"
-       printf "\t-o: use non-default object directory (under development)\n"
-       printf "\t-k: build kernel only, without libc or tools (expert-only)\n"
-       printf "\t-s: specify alternative src-netbsd location (expert-only)\n\n"
-       printf "\tbuildrump.sh opts are passed to buildrump.sh (expert-only)\n"
+       printf "\t-o: use non-default object directory\n"
+       printf "\t-k: build kernel only, without libc or tools\n"
+       printf "\t-s: specify alternative src-netbsd location\n\n"
+       printf "\tbuildrump.sh opts are passed to buildrump.sh\n"
        printf "\n"
        printf "The toolchain is picked up from the environment.  See the\n"
        printf "Rumprun wiki for more information.\n"