diff --git a/src/HelpSheet.jsx b/src/HelpSheet.jsx
index 89ce451c..1d487853 100644
--- a/src/HelpSheet.jsx
+++ b/src/HelpSheet.jsx
@@ -34,8 +34,17 @@ const HelpSheet = ({ visible, onTogglePress, renderSettings }) => (
Hover mouse over buttons to see which function they have.
-
+
+ | Output format (default autodetected) |
+ {renderOutFmt()} |
+
+
+
+ | Output directory |
+
+
+ {customOutDir}
+ |
+
+
+
+ | Auto merge segments to one file after export? |
+
+
+ |
+
+
+
+ | keyframe cut mode |
+
+
+ |
+
+
+
+ |
+ Discard (cut away) or keep selected segments from video when exporting
+ |
+
+
+ |
+
+
+
+ |
+ Discard audio?
+ |
+
+
+ |
+
+
+
+
+ Extract unprocessable tracks to separate files?
+ (data tracks such as GoPro GPS, telemetry etc.)
+ |
+
+
+ |
+
+
+
+ |
+ Snapshot capture format
+ |
+
+ {renderCaptureFormatButton()}
+ |
+
+
+
+ | In timecode show |
+
+
+ |
+
+
);
}