From 42828dca560ab89a4ed83c726c298543c6de1fe4 Mon Sep 17 00:00:00 2001 From: Matthew Nibecker Date: Thu, 28 Sep 2023 14:14:26 -0500 Subject: [PATCH] Update cmd/zed/use/command.go Co-authored-by: Noah Treuhaft --- cmd/zed/use/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/zed/use/command.go b/cmd/zed/use/command.go index 2b9a5e2c25..4062d18315 100644 --- a/cmd/zed/use/command.go +++ b/cmd/zed/use/command.go @@ -26,7 +26,7 @@ The use command is like "git checkuout" but there is no local copy of the lake data. Rather, the local HEAD state influences commands as they access the lake. -With no argument, use prints the working pool and branch as well of the +With no argument, use prints the working pool and branch as well as the location of the current lake. With an argument of the form "pool", use sets the working pool as indicated