diff --git a/eden/fs/cli/debug.py b/eden/fs/cli/debug.py index f2bdadec49..af5b5da04a 100644 --- a/eden/fs/cli/debug.py +++ b/eden/fs/cli/debug.py @@ -554,7 +554,9 @@ class InodeCmd(Subcmd): @debug_cmd( - "modified", "Enumerate all potentially-modified inode paths", aliases="materialized" + "modified", + "Enumerate all potentially-modified inode paths", + aliases=["materialized"], ) class MaterializedCmd(Subcmd): def setup_parser(self, parser: argparse.ArgumentParser) -> None: