Skip to content

Commit e9ce182

Browse files
committed
docs: Regenerate manpage markdown
Signed-off-by: Colin Walters <[email protected]>
1 parent fbedc54 commit e9ce182

14 files changed

+23
-16
lines changed

docs/src/man/bootc-container-lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ part of a build process; it will error if any problems are detected.
2323

2424
# VERSION
2525

26-
v0.1.12
26+
v0.1.13

docs/src/man/bootc-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ bootc-container-help(8)
3030

3131
# VERSION
3232

33-
v0.1.12
33+
v0.1.13

docs/src/man/bootc-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored.
3636

3737
# VERSION
3838

39-
v0.1.12
39+
v0.1.13

docs/src/man/bootc-install-print-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`.
2727

2828
# VERSION
2929

30-
v0.1.12
30+
v0.1.13

docs/src/man/bootc-install-to-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ firmware will be skipped
144144

145145
# VERSION
146146

147-
v0.1.12
147+
v0.1.13

docs/src/man/bootc-install-to-existing-root.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ firmware will be skipped
130130

131131
# VERSION
132132

133-
v0.1.12
133+
v0.1.13

docs/src/man/bootc-install-to-filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ mounting. To override this, use \`\--root-mount-spec\`.
157157

158158
# VERSION
159159

160-
v0.1.12
160+
v0.1.13

docs/src/man/bootc-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ bootc-install-help(8)
6161

6262
# VERSION
6363

64-
v0.1.12
64+
v0.1.13

docs/src/man/bootc-rollback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ rollback invocation.
3434

3535
# VERSION
3636

37-
v0.1.12
37+
v0.1.13

docs/src/man/bootc-status.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ bootc-status - Display status
44

55
# SYNOPSIS
66

7-
**bootc status** \[**\--format**\] \[**\--booted**\]
8-
\[**-h**\|**\--help**\]
7+
**bootc status** \[**\--format**\] \[**\--format-version**\]
8+
\[**\--booted**\] \[**-h**\|**\--help**\]
99

1010
# DESCRIPTION
1111

@@ -30,6 +30,13 @@ The exact API format is not currently declared stable.
3030
>
3131
> - json: Output in JSON format
3232
33+
**\--format-version**=*FORMAT_VERSION*
34+
35+
: The desired format version. There is currently one supported
36+
version, which is version \`0\`. Pass this option to explicitly
37+
request it; it is possible that multiple versions will be supported
38+
in the future
39+
3340
**\--booted**
3441

3542
: Only display status for the booted deployment
@@ -40,4 +47,4 @@ The exact API format is not currently declared stable.
4047

4148
# VERSION
4249

43-
v0.1.12
50+
v0.1.13

0 commit comments

Comments
 (0)