aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli/surfer.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/surfer.js')
-rwxr-xr-xcli/surfer.js3
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
17program.command('put <file> [files...]') 17program.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
23program.command('get [file]') 22program.command('get [file]')