mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Usage
This commit is contained in:
@@ -51,6 +51,7 @@ use filetransfer::FileTransferProtocol;
|
|||||||
fn print_usage(opts: Options) {
|
fn print_usage(opts: Options) {
|
||||||
let brief = format!("Usage: termscp [Options]... [protocol:user@address:port]");
|
let brief = format!("Usage: termscp [Options]... [protocol:user@address:port]");
|
||||||
print!("{}", opts.usage(&brief));
|
print!("{}", opts.usage(&brief));
|
||||||
|
println!("\nPlease, report issues to <https://github.com/ChristianVisintin/TermSCP>");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user