summaryrefslogtreecommitdiff
path: root/internal/shell/shell.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/shell/shell.go')
-rw-r--r--internal/shell/shell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/shell/shell.go b/internal/shell/shell.go
index 1d231b9..16c6366 100644
--- a/internal/shell/shell.go
+++ b/internal/shell/shell.go
@@ -1,4 +1,4 @@
-// Package shell provides interactive readline-based shell integration for geheim.
+// Package shell provides interactive readline-based shell integration for foostore.
// It wraps github.com/ergochat/readline to offer vi mode, tab completion,
// history deduplication (matching the Ruby reference implementation), and
// password reading without echo.