summaryrefslogtreecommitdiff
path: root/internal/cli/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cli/command.go')
-rw-r--r--internal/cli/command.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/cli/command.go b/internal/cli/command.go
index 155cb40..bf73221 100644
--- a/internal/cli/command.go
+++ b/internal/cli/command.go
@@ -29,7 +29,8 @@ Examples:
Batch file formats:
ябълка # Bulgarian word (will be translated to English)
- ябълка = apple # Bulgarian with translation provided
+ ябълка = apple # English→Bulgarian card (single equals)
+ ябълка == определение # Bulgarian→Bulgarian card (double equals)
= apple # English only (will be translated to Bulgarian)`,
Args: cobra.MaximumNArgs(1),
Version: internal.Version,