wok diff linld/stuff/src/LINLD.CPP @ rev 20451
Add python-click python-itsdangerous & python-flask
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 29 15:27:00 2018 +0200 (2018-09-29) |
parents | 008ac2992c52 |
children | 46b511e941a7 |
line diff
1.1 --- a/linld/stuff/src/LINLD.CPP Tue Mar 07 12:21:16 2017 +0100 1.2 +++ b/linld/stuff/src/LINLD.CPP Sat Sep 29 15:27:00 2018 +0200 1.3 @@ -29,8 +29,8 @@ 1.4 "Use cl=@filename to get it from a file" 1.5 #if 1 1.6 NL NL "Examples:" NL 1.7 - "\tlinld -f -b 64m initrd=rootfs4.gz,rootfs3.gz,rootfs2.gz,rootfs1.gz \"cl=rw root=/dev/null video=-32\"" 1.8 - NL NL "\tlinld image=memtest" 1.9 + "\tLINLD -f -b 64m initrd=rootfs4.gz,rootfs3.gz,rootfs2.gz,rootfs1.gz \"cl=rw root=/dev/null video=-32\"" 1.10 + NL NL "\tLINLD image=memtest" 1.11 #endif 1.12 ); 1.13 }