Skip to content

Commit 8f091f8

Browse files
committed
Update man pages with recommendations from xref
Signed-off-by: Martin Skøtt <[email protected]>
1 parent 6b677eb commit 8f091f8

File tree

8 files changed

+44
-4
lines changed

8 files changed

+44
-4
lines changed

docs/podman-bootc-completion.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Supported shells are *bash*, *fish*, *powershell*, and *zsh*.
1515
#### **--help**, **-h**
1616
Show details on how to use the script generated for the particular shell.
1717

18-
#### **--no-descriptions**
18+
#### **--no-descriptions**
1919
Disable completion descriptions.
2020

2121
## SEE ALSO

docs/podman-bootc-images.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ podman-bootc-images - List bootc images in the local containers store
1010
**podman-bootc images** list bootc images in the containers store of the podman machine.
1111
The podman machine must be running to use this command.
1212

13+
## OPTIONS
14+
15+
#### **--help**, **-h**
16+
Help for images
17+
18+
#### **--log-level**=*level*
19+
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
20+
1321
## SEE ALSO
1422

1523
**[podman-bootc(1)](podman-bootc.1.md)**

docs/podman-bootc-list.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ podman-bootc-list - List installed OS Containers
1111

1212
The podman machine must be running to use this command.
1313

14+
## OPTIONS
15+
16+
#### **--help**, **-h**
17+
Help for list
18+
19+
#### **--log-level**=*level*
20+
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
21+
1422
## SEE ALSO
1523

1624
**[podman-bootc(1)](podman-bootc.1.md)**

docs/podman-bootc-rm.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Removes all non-running bootc VMs
2121
#### **--force**, **-f**
2222
Terminate a running VM
2323

24+
#### **--help**, **-h**
25+
Help for rm
26+
27+
#### **--log-level**=*level*
28+
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
29+
2430
## SEE ALSO
2531

2632
**[podman-bootc(1)](podman-bootc.1.md)**, **[podman-bootc-list(1)](podman-bootc-list.1.md)**

docs/podman-bootc-run.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ Allocate a disk image of this size in bytes; optionally accepts M, G, T suffixes
2626
#### **--filesystem**=**string**
2727
Override the root filesystem, e.g. xfs, btrfs, ext4.
2828

29+
#### **--help**, **-h**
30+
Help for run
31+
32+
#### **--log-level**=*level*
33+
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
34+
2935
#### **--quiet**
3036
Suppress output from bootc disk creation and VM boot console
3137

docs/podman-bootc-ssh.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Use **[podman-bootc list](podman-bootc-list.1.md)** to find the IDs of installed
1313

1414
## OPTIONS
1515

16+
#### **--help**, **-h**
17+
Help for ssh
18+
19+
#### **--log-level**=*level*
20+
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
21+
1622
#### **--user**, **-u**=**root** | *user name*
1723
User name to use for connection, default: root
1824

docs/podman-bootc-stop.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ podman-bootc-stop - Stop an existing OS Container machine
99
## DESCRIPTION
1010
**podman-bootc stop** stops a running OS container machine.
1111

12+
## OPTIONS
13+
14+
#### **--help**, **-h**
15+
Help for stop
16+
17+
#### **--log-level**=*level*
18+
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
19+
1220
## SEE ALSO
1321

1422
**[podman-bootc(1)](podman-bootc.1.md)**

docs/podman-bootc.1.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% podman-bootc(1)
1+
% podman-bootc 1
22

33
## NAME
44
podman-bootc - Run bootable containers as a virtual machine
@@ -19,11 +19,9 @@ See `podman-machine(1)` for details.
1919
## GLOBAL OPTIONS
2020

2121
#### **--help**, **-h**
22-
2322
Print usage statement
2423

2524
#### **--log-level**=*level*
26-
2725
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
2826

2927
## COMMANDS

0 commit comments

Comments
 (0)