The current $usage variable contains a String formatted usage that is not used at all for anything. In addition, this is out of sync with the real documentation, which is at the end of the file in the POD forrmat.
To keep things simple and consistent, I removed the variable and the commented addition to the $arg_dict. I also fixed the Utility package, which was taking an extra $usage argument, but was not passed in their respective calls, and thus not producing any effect while "printing".
The current
$usage
variable contains a String formatted usage that is not used at all for anything. In addition, this is out of sync with the real documentation, which is at the end of the file in the POD forrmat.To keep things simple and consistent, I removed the variable and the commented addition to the
$arg_dict
. I also fixed theUtility
package, which was taking an extra$usage
argument, but was not passed in their respective calls, and thus not producing any effect while "printing".