X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cli%2Fsurfer.js;h=ad37917d3eb74793c3be1016a63e6aece89cdf30;hb=7bb99aff6337ee30a74a71f587c9a58eb5d24cb3;hp=15a88b39d602ca0f0446577050a7e7cc0bf54a0e;hpb=b9ad5d9155a65125f83071b409b4193ee97ce9d8;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/cli/surfer.js b/cli/surfer.js index 15a88b3..ad37917 100755 --- a/cli/surfer.js +++ b/cli/surfer.js @@ -19,7 +19,7 @@ program.command('put [files...]') .description('Put a file') .action(actions.put); -program.command('get') +program.command('get [file]') .description('Get a file or directory') .action(actions.get);