Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
legnaleurc committed Jan 5, 2024
1 parent 3bf3f17 commit 55f6f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drive/app/unstable/listeh.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


async def main(args: list[str]) -> int:
parser = ArgumentParser("lseh")
parser = ArgumentParser("listeh")
parser.add_argument("path", type=str)
kwargs = parser.parse_args(args)
path = Path(kwargs.path)
Expand Down

0 comments on commit 55f6f71

Please sign in to comment.