2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-31 22:05:10 +00:00

Fix fuse-show rowCountLimit and set default to unlimited

This commit is contained in:
Diego Ximenez
2025-03-04 22:21:38 +01:00
parent e108948e73
commit 3429d6f7b1
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ ID|localPath|name The identifier of the mount we want to show. It can be one o
Options:
--only-enabled Only shows mounts that are enabled.
--disable-path-collapse Ensures all paths are fully shown. By default long paths are truncated for readability.
--limit=rowcount Limits the amount of rows displayed. Set to 0 to display unlimited rows. Default is 10.
--limit=rowcount Limits the amount of rows displayed. Set to 0 to display unlimited rows. Default is unlimited.
--col-separator=X Uses the string "X" as column separator. Otherwise, spaces will be added between columns to align them.
--output-cols=COLUMN_NAME_1,COLUMN_NAME2,... Selects which columns to show and their order.