Fix typo in list_directory.py usage message

This commit is contained in:
RunasSudo 2024-05-26 01:19:03 +10:00
parent 5040f11fc9
commit 283f432c7c
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import sys
def main():
if len(sys.argv) < 3:
print('Usage: {} /path/to/vault.cryptomator /plaintext/path/within/drive')
print('Usage: {} /path/to/vault.cryptomator /plaintext/path/within/drive'.format(sys.argv[0]))
sys.exit(1)
# Parse CLI arguments