Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
patch/list: Fix help examples
Erik Kundt committed 4 months ago
commit afe000c323082ab1671feb0b0584680b21ec0e41
parent f99d8ded8968852777fec8cc7e4723eb4d0eb16a
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.