From a42030e36f79502112783aedeb79e1797bd7d968 Mon Sep 17 00:00:00 2001 From: Mica White Date: Tue, 31 Mar 2026 19:42:16 -0400 Subject: Document --all-devices --- src/bin/git-restore-autosave.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/git-restore-autosave.rs b/src/bin/git-restore-autosave.rs index b53df76..a8fdb9a 100644 --- a/src/bin/git-restore-autosave.rs +++ b/src/bin/git-restore-autosave.rs @@ -70,7 +70,7 @@ fn main() -> Result<(), anyhow::Error> { eprintln!("ERROR: There are no available autosaves for the given filters."); if !all_users || !all_branches || !anytime { eprintln!( - "hint: Use --all-users, --all-branches, or --anytime to include more options." + "hint: Use --all-users, --all-branches, --all-devices, or --anytime to include more options." ); } std::process::exit(1); -- cgit v1.2.3