mirror of
https://gitee.com/RubyMetric/chsrc.git
synced 2025-12-25 20:52:49 +00:00
Move to `bin`
This commit is contained in:
parent
c399d074c8
commit
cfea697870
|
|
@ -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] <FILE.md|DIR>
|
||||
|
||||
Loading…
Reference in New Issue