BibSched: cleaned runtime/limit/name task options
- Fixed --runtime task option (there was a typo for --time).
- Using --limit instead of --runtime-limit, since getopt does not allow to have both --runtime and --runtime-limit because they have the same prefix.
- Using --name instead of --task-specific-name for simplicity.
- Modified the admin guide accordingly.