Lines Matching full:help
71 echo === create: help for -o ===
73 # Adding the help option to a command without other -o options
74 run_qemu_img create -f $IMGFMT -o help "$TEST_IMG" $size
77 # Adding the help option to the same -o option
78 run_qemu_img create -f $IMGFMT -o cluster_size=4k,help "$TEST_IMG" $size
80 run_qemu_img create -f $IMGFMT -o help,cluster_size=4k "$TEST_IMG" $size
83 # Adding the help option to a separate -o option
84 run_qemu_img create -f $IMGFMT -o cluster_size=4k -o help "$TEST_IMG" $size
87 # Looks like a help option, but is part of the backing file name
88 run_qemu_img create -f $IMGFMT -u -o backing_file="$TEST_IMG",,help \
94 run_qemu_img create -f $IMGFMT -o backing_file="$TEST_IMG", -o help "$TEST_IMG" $size
95 run_qemu_img create -f $IMGFMT -o backing_file="$TEST_IMG" -o ,help "$TEST_IMG" $size
96 run_qemu_img create -f $IMGFMT -o backing_file="$TEST_IMG" -o ,, -o help "$TEST_IMG" $size
99 run_qemu_img create -f $IMGFMT -o help
100 run_qemu_img create -o help
102 # Try help option for a format that does not support creation
103 run_qemu_img create -f bochs -o help
130 echo === convert: help for -o ===
132 # Adding the help option to a command without other -o options
133 run_qemu_img convert -O $IMGFMT -o help "$TEST_IMG" "$TEST_IMG".base
136 # Adding the help option to the same -o option
137 run_qemu_img convert -O $IMGFMT -o cluster_size=4k,help "$TEST_IMG" "$TEST_IMG".base
139 run_qemu_img convert -O $IMGFMT -o help,cluster_size=4k "$TEST_IMG" "$TEST_IMG".base
142 # Adding the help option to a separate -o option
143 run_qemu_img convert -O $IMGFMT -o cluster_size=4k -o help "$TEST_IMG" "$TEST_IMG".base
146 # Looks like a help option, but is part of the backing file name
147 run_qemu_img convert -O $IMGFMT -o backing_fmt=$IMGFMT,backing_file="$TEST_IMG",,help "$TEST_IMG" "…
151 run_qemu_img convert -O $IMGFMT -o backing_file="$TEST_IMG", -o help "$TEST_IMG" "$TEST_IMG".base
152 run_qemu_img convert -O $IMGFMT -o backing_file="$TEST_IMG" -o ,help "$TEST_IMG" "$TEST_IMG".base
153 run_qemu_img convert -O $IMGFMT -o backing_file="$TEST_IMG" -o ,, -o help "$TEST_IMG" "$TEST_IMG".b…
156 run_qemu_img convert -O $IMGFMT -o help
157 run_qemu_img convert -o help
159 # Try help option for a format that does not support creation
160 run_qemu_img convert -O bochs -o help
165 # Adding the help option to a command without other -o options
189 echo === amend: help for -o ===
191 # Adding the help option to a command without other -o options
192 run_qemu_img amend -f $IMGFMT -o help "$TEST_IMG"
195 # Adding the help option to the same -o option
196 run_qemu_img amend -f $IMGFMT -o cluster_size=4k,help "$TEST_IMG"
198 run_qemu_img amend -f $IMGFMT -o help,cluster_size=4k "$TEST_IMG"
201 # Adding the help option to a separate -o option
202 run_qemu_img amend -f $IMGFMT -o cluster_size=4k -o help "$TEST_IMG"
205 # Looks like a help option, but is part of the backing file name
206 run_qemu_img amend -f $IMGFMT -o backing_file="$TEST_IMG",,help "$TEST_IMG"
213 run_qemu_img amend -f $IMGFMT -o backing_file="$TEST_IMG", -o help "$TEST_IMG"
214 run_qemu_img amend -f $IMGFMT -o backing_file="$TEST_IMG" -o ,help "$TEST_IMG"
215 run_qemu_img amend -f $IMGFMT -o backing_file="$TEST_IMG" -o ,, -o help "$TEST_IMG"
218 run_qemu_img amend -f $IMGFMT -o help
222 run_qemu_img amend -o help
224 # Try help option for a format that does not support amendment
225 run_qemu_img amend -f bochs -o help