mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix sentence structure in yabridgectl messages
This commit is contained in:
@@ -257,7 +257,7 @@ pub fn do_sync(config: &Config, prune: bool, verbose: bool) -> Result<()> {
|
|||||||
"Warning: 'yabridge-host.exe' is not present in your login shell's search \
|
"Warning: 'yabridge-host.exe' is not present in your login shell's search \
|
||||||
path. Yabridge won't be able to run using the copy-based installation method \
|
path. Yabridge won't be able to run using the copy-based installation method \
|
||||||
until this is fixed.\n\
|
until this is fixed.\n\
|
||||||
Add '{}' to {}'s login shell {} environment variables. See the \
|
Add '{}' to {}'s login shell {} environment variable. See the \
|
||||||
troubleshooting section of the readme for more details. Rerun this command to \
|
troubleshooting section of the readme for more details. Rerun this command to \
|
||||||
verify that the variable has been set correctly, and then reboot your system \
|
verify that the variable has been set correctly, and then reboot your system \
|
||||||
to complete the setup.\n\
|
to complete the setup.\n\
|
||||||
|
|||||||
@@ -65,8 +65,8 @@ pub fn verify_path_setup() -> Result<(), String> {
|
|||||||
"\n{}",
|
"\n{}",
|
||||||
wrap(&format!(
|
wrap(&format!(
|
||||||
"WARNING: Yabridgectl does not know how to handle your login shell \
|
"WARNING: Yabridgectl does not know how to handle your login shell \
|
||||||
'{}', skipping PATH setup check. Feel free to open a feature request \
|
'{}', skipping PATH environment variable check. Feel free to open a \
|
||||||
in order to get yabridgectl to support your shell.\n\
|
feature request in order to get yabridgectl to support your shell.\n\
|
||||||
\n\
|
\n\
|
||||||
https://github.com/robbert-vdh/yabridge/issues",
|
https://github.com/robbert-vdh/yabridge/issues",
|
||||||
shell.bright_white(),
|
shell.bright_white(),
|
||||||
|
|||||||
Reference in New Issue
Block a user