Skip to content

Commit 72dc082

Browse files
committed
limactl disk list: s/IN USE BY/IN-USE-BY/g
Signed-off-by: Akihiro Suda <[email protected]>
1 parent c89f9e5 commit 72dc082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/limactl/disk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func diskListAction(cmd *cobra.Command, args []string) error {
135135
}
136136

137137
w := tabwriter.NewWriter(cmd.OutOrStdout(), 4, 8, 4, ' ', 0)
138-
fmt.Fprintln(w, "NAME\tSIZE\tDIR\tIN USE BY")
138+
fmt.Fprintln(w, "NAME\tSIZE\tDIR\tIN-USE-BY")
139139

140140
if len(allDisks) == 0 {
141141
logrus.Warn("No disk found. Run `limactl disk create DISK --size SIZE` to create a disk.")

0 commit comments

Comments
 (0)