File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testdata/TestAddCommands/Add Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func getAddExamples(rootPath string) string {
4040rootPath +
4141" add image.sif recipe.def -datatype 1" ,
4242rootPath +
43- " add image.sif rootfs.squashfs --datatype 4 --parttype 1 --partfs 1 ---- partarch 2" ,
43+ " add image.sif rootfs.squashfs --datatype 4 --parttype 1 --partfs 1 --partarch 2" ,
4444rootPath +
4545" add image.sif signature.bin -datatype 5 --signentity 433FE984155206BD962725E20E8713472A879943 --signhash 1" ,
4646}
Original file line number Diff line number Diff line change 55
66Examples:
77siftool add image.sif recipe.def -datatype 1
8- siftool add image.sif rootfs.squashfs --datatype 4 --parttype 1 --partfs 1 ---- partarch 2
8+ siftool add image.sif rootfs.squashfs --datatype 4 --parttype 1 --partfs 1 --partarch 2
99siftool add image.sif signature.bin -datatype 5 --signentity 433FE984155206BD962725E20E8713472A879943 --signhash 1
1010
1111Flags:
You can’t perform that action at this time.
0 commit comments