Skip to content

Commit 7be78f1

Browse files
committed
update the help message
1 parent e348f97 commit 7be78f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/gauchian_enrich

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ sub rev_annotate {
106106

107107
sub print_help {
108108
print("### Gauchian Enrich v". VERSION ." ###\n\nUsage info:\n");
109-
print("perl gauchian_enrich --input or -i <gauchian_tsv> [--output or -o <output_file_with_path>]\n\n");
109+
print("gauchian_enrich --input or -i <gauchian_tsv> [--output or -o <output_file_with_path>]\n\n");
110110
print("Example:\n");
111-
print("perl gauchian_enrich --input example/gauchian.output.tsv --output example/gauchian.enriched.output.tsv\n");
111+
print("gauchian_enrich --input example/gauchian.output.tsv --output example/gauchian.enriched.output.tsv\n");
112112
}

0 commit comments

Comments
 (0)