mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-08 19:54:13 +08:00
Update help with license info
This commit is contained in:
parent
615e9a6a7a
commit
68639ea5b4
7
chsrc.c
7
chsrc.c
@ -1296,11 +1296,8 @@ print_supported_sources_for_target (source_info sources[])
|
|||||||
int
|
int
|
||||||
print_help ()
|
print_help ()
|
||||||
{
|
{
|
||||||
puts(xy_strjoin(4, "Change Source ",
|
puts(xy_strjoin(3, "chsrc: Change Source (GPLv3) ",
|
||||||
xy_str_to_magenta(Chsrc_Version),
|
xy_str_to_magenta(Chsrc_Version), " by RubyMetric\n"));
|
||||||
" by ",
|
|
||||||
xy_str_to_underline(xy_str_to_bold(xy_str_to_red("RubyMetric\n")))
|
|
||||||
));
|
|
||||||
for (int i=0; i<xy_arylen(usage); i++) {
|
for (int i=0; i<xy_arylen(usage); i++) {
|
||||||
puts (usage[i]);
|
puts (usage[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user