X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cli%2Fsurfer.js;h=b311658ca275d7010ccc60a41a5e6946a1a3db1c;hb=c9d33e20bf7d74b0d8a7eb1e1c89e8a845098460;hp=8920641896cafd986fb0e1880ee72e50154f091e;hpb=cc6510cf142f7ca9994a3e0ce37724a5884729fb;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git 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 ') .action(actions.login); program.command('put [files...]') - .option('-d --destination ', 'Destination folder. This is prepended to the relative path') .option('-a --all', 'Also include hidden files and folders.', false) - .description('Put a file') + .description('Put a file, last argument is destination if provided') .action(actions.put); program.command('get [file]')