Message ID | 20220223125537.41529-2-alexandru.elisei@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | configure changes and rename --target-efi | expand |
On 23/02/2022 13.55, Alexandru Elisei wrote: > Replace some of the tabs with spaces to display the help text for the > --gen-se-header option like this: > > --gen-se-header=GEN_SE_HEADER > Provide an executable to generate a PV header > requires --host-key-document. (s390x-snippets only) > > instead of: > > --gen-se-header=GEN_SE_HEADER > Provide an executable to generate a PV header > requires --host-key-document. (s390x-snippets only) > > Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com> > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 2d9c3e051103..0ac9c85502ff 100755 > --- a/configure > +++ b/configure > @@ -58,7 +58,7 @@ usage() { > a PVM image with 'genprotimg' (s390x only) > --gen-se-header=GEN_SE_HEADER > Provide an executable to generate a PV header > - requires --host-key-document. (s390x-snippets only) > + requires --host-key-document. (s390x-snippets only) > --page-size=PAGE_SIZE > Specify the page size (translation granule) (4k, 16k or > 64k, default is 64k, arm64 only) Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/configure b/configure index 2d9c3e051103..0ac9c85502ff 100755 --- a/configure +++ b/configure @@ -58,7 +58,7 @@ usage() { a PVM image with 'genprotimg' (s390x only) --gen-se-header=GEN_SE_HEADER Provide an executable to generate a PV header - requires --host-key-document. (s390x-snippets only) + requires --host-key-document. (s390x-snippets only) --page-size=PAGE_SIZE Specify the page size (translation granule) (4k, 16k or 64k, default is 64k, arm64 only)
Replace some of the tabs with spaces to display the help text for the --gen-se-header option like this: --gen-se-header=GEN_SE_HEADER Provide an executable to generate a PV header requires --host-key-document. (s390x-snippets only) instead of: --gen-se-header=GEN_SE_HEADER Provide an executable to generate a PV header requires --host-key-document. (s390x-snippets only) Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)