Skip to content

Commit ec9c1dc

Browse files
committed
password: extend help 'ssh password (if you do not specify it you will be asked)'
1 parent 5cf6128 commit ec9c1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper/ParsedArgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function handleArgs(): Opts {
5454
{
5555
names: ['password', 'p'],
5656
type: 'string',
57-
help: 'ssh password'
57+
help: 'ssh password (if you do not specify it you will be asked)'
5858
},
5959
{
6060
names: ['rsaPrivPath', 'a'],

0 commit comments

Comments
 (0)