diff --git a/crates/zed/src/main.rs b/crates/zed/src/main.rs index 95a118edc587650d8274900be8e5047901a5f26c..a70104036df70f7333be3f073110c06820d38faf 100644 --- a/crates/zed/src/main.rs +++ b/crates/zed/src/main.rs @@ -857,7 +857,7 @@ struct Args { /// Use `path:line:row` syntax to open a file at a specific location. /// Non-existing paths and directories will ignore `:line:row` suffix. /// - /// URLs can either be file:// or zed:// scheme, or relative to https://zed.dev. + /// URLs can either be `file://` or `zed://` scheme, or relative to . paths_or_urls: Vec, /// Instructs zed to run as a dev server on this machine. (not implemented)