wok diff linld/stuff/src/LINLD.CPP @ rev 24015

Up tazinst (112)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 25 10:56:54 2021 +0000 (2021-02-25)
parents c1844f1c4954
children 61df94a0fa43
line diff
     1.1 --- a/linld/stuff/src/LINLD.CPP	Fri Feb 19 18:33:17 2021 +0000
     1.2 +++ b/linld/stuff/src/LINLD.CPP	Thu Feb 25 10:56:54 2021 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5  inline void syntax() {
     1.6      die("Syntax:" NL
     1.7 -        "LINLD [image=file] [initrd=files] [vga=mode] [root=num] [mem=max] [cl=cmdline] [iso=file]" NL
     1.8 +        "LINLD [image=file] [initrd=files] [vga=mode] [root=num] [mem=max] [cl=cmdline] [iso=file] ..." NL
     1.9          "vga mode: ask,extended,normal or dec/oct/hex number" NL
    1.10          "-64 for cpu64 only" NL
    1.11          "Defaults:" NL
    1.12 @@ -33,7 +33,7 @@
    1.13  	"-b 64m "
    1.14          "initrd=rootfs4.gz,rootfs3.gz,rootfs2.gz,rootfs1.gz "
    1.15  	"\"cl=root=/dev/null video=-32\""
    1.16 -	NL NL "\tLINLD image=memtest"
    1.17 +	NL "\tLINLD memtest"
    1.18  #endif
    1.19      );
    1.20  }