Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit d9b1d82

Browse files
committed
add recommendation to quote password and apiToken option values
1 parent 243398e commit d9b1d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if (!foundMethod) {
119119

120120
if (argv.help || argv.h) {
121121
if (givenNamespace === 'login' || givenNamespace == 'logout') {
122-
console.log('Usage: paperspace login [[--email] <user@domain.com> [[--password] "<secretpw>" ]] [[--apiToken] "<name>"]]]');
122+
console.log('Usage: paperspace login [[--email] <user@domain.com>] [[--password] "<secretpw>" ]] [[--apiToken] "<api token name>"]');
123123
console.log(' paperspace logout');
124124
} else console.log(methodHint(foundMethod));
125125
process.exit();

0 commit comments

Comments
 (0)