diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2026-04-09 09:00:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-09 09:00:54 +0300 |
| commit | 397c7172fc48b8b792b1ba34af28a803482a2097 (patch) | |
| tree | b84cbdf566258277d84efe3af9675148f545f5af | |
| parent | 03045b9fc6949897f82d83ebd392bcdf7de0ef50 (diff) | |
| parent | fcd357c71591abdcebc6e2fc8f0146cddffb7b68 (diff) | |
Merge pull request #2916 from jasonblewis/patch-1
Fix typo in man page for mu-move
| -rw-r--r-- | man/mu-move.1.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mu-move.1.org b/man/mu-move.1.org index 36b93d6..c8490e3 100644 --- a/man/mu-move.1.org +++ b/man/mu-move.1.org @@ -92,7 +92,7 @@ the flags is prefixed with either *+* ("add this flag") or *-* ("remove this fla So to add the /Seen/ flag and remove the /Draft/ flag from whatever the message already has, *--flags +S-D*. -You cannot combine relative and relative flags. +You cannot combine absolute and relative flags. * EXAMPLES |
