Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
patch/list: Fix help examples
Erik Kundt committed 3 months ago
commit afe000c323082ab1671feb0b0584680b21ec0e41
parent f99d8de
1 file changed +2 -2
modified bin/commands/patch/list.rs
@@ -53,8 +53,8 @@ const HELP: &str = r#"# Generic keybindings

# Searching

-
Pattern:    is:<state> | is:authored | authors:[<did>, <did>] | <search>
-
Example:    is:open is:authored improve"#;
+
Examples:   state=open bugfix
+
            state=merged author=(did:key:... or did:key:...)"#;

/// The selected patch operation returned by the operation
/// selection widget.