diff options
Diffstat (limited to 'cli/surfer.js')
-rwxr-xr-x | cli/surfer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/surfer.js b/cli/surfer.js index d906d62..fbc95b6 100755 --- a/cli/surfer.js +++ b/cli/surfer.js | |||
@@ -15,6 +15,7 @@ program.command('login') | |||
15 | .action(actions.login); | 15 | .action(actions.login); |
16 | 16 | ||
17 | program.command('put <file> [files...]') | 17 | program.command('put <file> [files...]') |
18 | .option('-d --destination <folder>', 'Destination folder. This is prepended to the relative <file> path') | ||
18 | .description('Put a file') | 19 | .description('Put a file') |
19 | .action(actions.put); | 20 | .action(actions.put); |
20 | 21 | ||