Skip to content

Commit 0ff8409

Browse files
committed
nbd: change pid to id the output of the list-mapped command
Signed-off-by: Hanqing Wu <[email protected]>
1 parent c80eb9c commit 0ff8409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbd/src/NBDTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern int g_nbd_index;
3838

3939
std::ostream& operator<<(std::ostream& os, const DeviceInfo& info) {
4040
TextTable tbl;
41-
tbl.define_column("pid", TextTable::LEFT, TextTable::LEFT);
41+
tbl.define_column("id", TextTable::LEFT, TextTable::LEFT);
4242
tbl.define_column("image", TextTable::LEFT, TextTable::LEFT);
4343
tbl.define_column("device", TextTable::LEFT, TextTable::LEFT);
4444
tbl.define_column("options", TextTable::LEFT, TextTable::LEFT);

0 commit comments

Comments
 (0)