mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-26 03:00:03 +03:00
little error message rewording (closes #100)
This commit is contained in:
parent
34ba907759
commit
9cff56c33d
@ -60,7 +60,7 @@ fn main() -> Result<()> {
|
||||
process_cmdline()?;
|
||||
|
||||
if !valid_path()? {
|
||||
eprintln!("invalid git path\nplease run gitui inside of a valid git (non-bare) repository");
|
||||
eprintln!("invalid path\nplease run gitui inside of a non-bare git repository");
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user