Skip to content

Commit e5584ca

Browse files
committed
typo
1 parent 648a466 commit e5584ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_sync/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def get_credential(identifier):
588588

589589
@credentials.command(help="Allows for easy setting of credentials on any platform.", name="set")
590590
@click.option('-i', '--identifier', prompt='Enter identifier',
591-
help="Name of service you want to store a value for. You will be prompted for this if not specified."
591+
help="Name of service you want to store a value for. You will be prompted for this if not specified. "
592592
"Username will always be 'user_sync'. ")
593593
@click.option('-v', '--value', prompt="Enter value", hide_input=True,
594594
help="The value to be stored. You will be prompted for this if not specified. "

0 commit comments

Comments
 (0)