candera / hobocopy

An open source backup tool for Windows
http://candera.github.com/hobocopy/
MIT License
176 stars 52 forks source link

Support one-letter command-line switches #41

Open candera opened 12 years ago

candera commented 12 years ago

Background

It's a standard feature of command-line tools that abbreviated versions of switches be available. For example, "/r" as an alias for "/recursive". Hobocopy should support this convention.

Acceptance Criteria