! * @brief Prints help for the tool. * * @param[in] options Options, which can be used. */
| 278 | * @param[in] options Options, which can be used. |
| 279 | */ |
| 280 | void printUsage(const Options &options) |
| 281 | { |
| 282 | options.usage(cout, "files..."); |
| 283 | printf(k_usageText); |
| 284 | } |
| 285 | |
| 286 | /*! |
| 287 | * @brief Core of the tool. |