diff options
Diffstat (limited to 'cli/surfer.js')
-rwxr-xr-x | cli/surfer.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/surfer.js b/cli/surfer.js index 8920641..b311658 100755 --- a/cli/surfer.js +++ b/cli/surfer.js | |||
@@ -15,9 +15,8 @@ program.command('login <url>') | |||
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') | ||
19 | .option('-a --all', 'Also include hidden files and folders.', false) | 18 | .option('-a --all', 'Also include hidden files and folders.', false) |
20 | .description('Put a file') | 19 | .description('Put a file, last argument is destination if provided') |
21 | .action(actions.put); | 20 | .action(actions.put); |
22 | 21 | ||
23 | program.command('get [file]') | 22 | program.command('get [file]') |