diff --git a/tool/rawstr4c/rawstr4c.raku b/tool/rawstr4c/bin/rawstr4c similarity index 94% rename from tool/rawstr4c/rawstr4c.raku rename to tool/rawstr4c/bin/rawstr4c index 86f958f..ea3921d 100644 --- a/tool/rawstr4c/rawstr4c.raku +++ b/tool/rawstr4c/bin/rawstr4c @@ -11,8 +11,7 @@ # # rawstr4c: # -# Raw strings for C programming language -# +# Raw strings for the C programming language # --------------------------------------------------------------- use Parser; @@ -21,7 +20,7 @@ use Version; sub USAGE() { print qq:to/END/; - rawstr4c: Raw String for C (GPLv3+) {Version::VERSION}-{Version::RELEASE_DATE} + rawstr4c: Raw String for C (GPLv3+) v{Version::VERSION}-{Version::RELEASE_DATE} Usage: rawstr4c [options]