diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:22:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-04-11 19:32:15 +0900 |
| commit | 2f4f21fb183a1880c0363ad65f443b4af64a5359 (patch) | |
| tree | 1e20d607f0f86dbde4960aa6c23f7b57c468f0f8 /print.go | |
| parent | 996790946092a9291eb21e297d1f0f04deab8b42 (diff) | |
fst: rename device field
Dev is very ambiguous. Rename it here alongside upcoming config changes.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'print.go')
| -rw-r--r-- | print.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,8 +92,9 @@ func printShowInstance( } } writeFlag("userns", sandbox.Userns) + writeFlag("devel", sandbox.Devel) writeFlag("net", sandbox.Net) - writeFlag("dev", sandbox.Dev) + writeFlag("device", sandbox.Device) writeFlag("tty", sandbox.Tty) writeFlag("mapuid", sandbox.MapRealUID) writeFlag("directwl", sandbox.DirectWayland) |
