diff --git a/src/help_dart.rs b/src/help_dart.rs index 0110e48..77630f3 100644 --- a/src/help_dart.rs +++ b/src/help_dart.rs @@ -5,7 +5,7 @@ Show help: $ rundart -h|--help Show template: -$ rundart -t|--template +$ rundart -t|--template [--output script.dart] Show scriptions: $ rundart -l|--list diff --git a/src/help_go.rs b/src/help_go.rs index c751ded..064c8ab 100644 --- a/src/help_go.rs +++ b/src/help_go.rs @@ -5,7 +5,7 @@ Show help: $ rungo -h|--help Show template: -$ rungo -t|--template +$ rungo -t|--template [--output script.go] Show scriptions: $ rungo -l|--list diff --git a/src/help_js.rs b/src/help_js.rs index 7ec5fc1..058460e 100644 --- a/src/help_js.rs +++ b/src/help_js.rs @@ -5,7 +5,7 @@ Show help: $ runjs -h|--help Show template: -$ runjs -t|--template +$ runjs -t|--template [--output script.js] Show scriptions: $ runjs -l|--list diff --git a/src/help_rs.rs b/src/help_rs.rs index 835c8ba..e17e5b7 100644 --- a/src/help_rs.rs +++ b/src/help_rs.rs @@ -5,7 +5,7 @@ Show help: $ runrs -h|--help Show template: -$ runrs -t|--template +$ runrs -t|--template [--output script.rs] Show scriptions: $ runrs -l|--list