doc: fix s3 column descriptions (#715)
This commit is contained in:
parent
d278dc40f9
commit
fbbb2a9872
2 changed files with 4 additions and 4 deletions
|
|
@ -151,7 +151,7 @@ COL_DEFS = [
|
|||
),
|
||||
],
|
||||
),
|
||||
ColumnDef("size", "files, ssh", False, True, "The size of the file", HL + []),
|
||||
ColumnDef("size", "files, ssh, s3", False, True, "The size of the file", HL + []),
|
||||
ColumnDef(
|
||||
"permissions",
|
||||
"files, ssh",
|
||||
|
|
@ -171,7 +171,7 @@ COL_DEFS = [
|
|||
),
|
||||
ColumnDef(
|
||||
"birthtime",
|
||||
"files",
|
||||
"files, s3",
|
||||
False,
|
||||
True,
|
||||
"The time the file was created",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue