Closed agonzalezro closed 10 years ago
The input path and output path should be mandatory. That way you will call the command (for example) as this:
polo input/ . -daemon
Instead this:
polo -input=input/ -output=. -daemon
Or (using the default values):
polo -input=input/ -daemon
The input path and output path should be mandatory. That way you will call the command (for example) as this:
Instead this:
Or (using the default values):