[elbe-devel] [PATCH] docs: elbe-initvm: fix order of options
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Tue Dec 10 12:39:30 CET 2024
Most options now have to be specified after the "elbe initvm ..."
sub-subcommand. They have been moved there because not all options are
valid for all sub-subcommands.
The documentation was not adapted for this.
Unfortunately the XML options still need to be specified before.
That is an oversight and will be corrected at some point, but until then
make sure the documentation matches reality.
Closes: https://github.com/Linutronix/elbe/issues/414
Closes: https://github.com/Linutronix/elbe/issues/421
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
docs/elbe-initvm.rst | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/elbe-initvm.rst b/docs/elbe-initvm.rst
index 1fceda465221c57055382db631221fbb13419d2f..69f5b0737611d649b392f2eabd83742b3c6c6cf8 100644
--- a/docs/elbe-initvm.rst
+++ b/docs/elbe-initvm.rst
@@ -13,13 +13,13 @@ SYNOPSIS
::
- elbe initvm [options] attach
- elbe initvm [options] create [<xmlfile> | <isoimage>]
- elbe initvm [options] submit [<xmlfile> | <isoimage>]
- elbe initvm [options] start
- elbe initvm [options] stop
- elbe initvm [options] ensure
- elbe initvm [options] destroy
+ elbe initvm [xmloptions] attach [options]
+ elbe initvm [xmloptions] create [options] [<xmlfile> | <isoimage>]
+ elbe initvm [xmloptions] submit [options] [<xmlfile> | <isoimage>]
+ elbe initvm [xmloptions] start [options]
+ elbe initvm [xmloptions] stop [options]
+ elbe initvm [xmloptions] ensure [options]
+ elbe initvm [xmloptions] destroy [options]
DESCRIPTION
===========
---
base-commit: 11af251e0660c485ee43de883e16363653b589a4
change-id: 20241210-docs-initvm-options-2b18a415de39
Best regards,
--
Thomas Weißschuh <thomas.weissschuh at linutronix.de>
More information about the elbe-devel
mailing list