You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shortcuts/vc/vc_notes.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -502,7 +502,7 @@ var VCNotes = common.Shortcut{
502
502
{Name: "meeting-ids", Desc: "meeting IDs, comma-separated for batch"},
503
503
{Name: "minute-tokens", Desc: "minute tokens, comma-separated for batch"},
504
504
{Name: "calendar-event-ids", Desc: "calendar event instance IDs, comma-separated for batch"},
505
-
{Name: "output-dir", Desc: "output directory for artifact files (default: current dir)"},
505
+
{Name: "output-dir", Desc: "output directory for artifact files. When omitted, transcript lands to ./minutes/{minute_token}/transcript.txt; when set, legacy layout ./{output-dir}/artifact-{title}-{token}/transcript.txt is used."},
0 commit comments