From 54383e8f79dd9e113d9274b44d3c628e9819fd90 Mon Sep 17 00:00:00 2001 From: alejandrogzi Date: Mon, 27 Nov 2023 00:50:51 -0500 Subject: [PATCH] fix(): typo) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c2370d4..711c92d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ //! following command: //! //! ```shell -//! bed2gff input.bed isoforms.txt output.gtf +//! bed2gtf -b input.bed -i isoforms.txt -o output.gtf //! ``` //! //! Where: