Skip to content

Commit b441474

Browse files
committed
improve-docs
1 parent 3af09bd commit b441474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ const args = yargs(Deno.args)
1414
.option("get", {
1515
alias: "g",
1616
description:
17-
"Get a value for a given key: `<token> <cacheId> <jsonString>`",
17+
'Get value for given key. Expects a space delimited string after command: `"<token> <cacheId> <jsonString>"`',
1818
string: true,
1919
})
2020
.option("delete", {
2121
alias: "d",
2222
description:
23-
"Deletes a value for a given key: `<token> <cacheId> <jsonString>`",
23+
'Deletes a value for a given key. Expects a space delimited string after command: `"<token> <cacheId> <jsonString>"`',
2424
string: true,
2525
}))
2626
.command(

0 commit comments

Comments
 (0)