Fix typo in list_directory.py usage message
This commit is contained in:
parent
5040f11fc9
commit
283f432c7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user