You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let bin_name = ifletSome(first_arg) = std::env::args_os().next(){
962
+
first_arg.to_string_lossy().to_string()
963
+
}else{
964
+
env!("CARGO_BIN_NAME").to_owned()
965
+
};
966
+
956
967
print_error(
957
968
&format!(
958
-
"Difftastic does not support being called with {} argument{}.\n",
969
+
"Difftastic does not support being called with {} argument{}.\n\nYou can pass 2 arguments, or arguments in the form used by GIT_EXTERNAL_DIFF (7 or 9 arguments). See --help for more details. \n\nFor reference, difftastic was invoked as `{} {}`.\n",
0 commit comments