Skip to content

Commit

Permalink
readme: fix synopsis for lpass show
Browse files Browse the repository at this point in the history
Remove stray '"' and NAME doesn't have to be UNIQUE.

Signed-off-by: Bob Copeland <[email protected]>
  • Loading branch information
Bob Copeland committed Mar 12, 2015
1 parent d652ebd commit 35d08bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lpass.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ several subcommands:
[verse]
lpass *login* [--trust] [--plaintext-key [--force, -f]] USERNAME
lpass *logout* [--force, -f]
lpass *show* [--sync=auto|now|no] [--clip, -c] [--all|--username|--password|--url|--notes|--field=FIELD|--id|--name] [--basic-regexp, -G|--fixed-strings, -F] {UNIQUENAME|UNIQUEID}"
lpass *show* [--sync=auto|now|no] [--clip, -c] [--all|--username|--password|--url|--notes|--field=FIELD|--id|--name] [--basic-regexp, -G|--fixed-strings, -F] {NAME|UNIQUEID}
lpass *ls* [--sync=auto|now|no] [GROUP]
lpass *edit* [--sync=auto|now|no] [--non-interactive] {--name|--username, -u|--password, -p|--url|--notes|--field=FIELD} {NAME|UNIQUEID}
lpass *generate* [--sync=auto|now|no] [--clip, -c] [--username=USERNAME] [--url=URL] [--no-symbols] {NAME|UNIQUEID} LENGTH
Expand Down

0 comments on commit 35d08bd

Please sign in to comment.