syncany / syncany

Syncany is a cloud storage and filesharing application with a focus on security and abstraction of storage.
https://www.syncany.org
Other
1.65k stars 217 forks source link

Fixed ls help: --types=<t|d|s> to --types=<f|d|s> #590

Closed travnick closed 8 years ago

travnick commented 8 years ago

Anyway, in my opinion the best solution is to have automatic help printer like boost:program_options, or something (googled in 2 minutes: Apache Commons CLI. I have no idea if it suits but looks promising). Then your help for commands are written inline - so there is no place for mistakes.