Commit
+2 -2 +/-1 browse
1 | diff --git a/lib/cmd.ml b/lib/cmd.ml |
2 | index 0a96d26..f98e5ef 100644 |
3 | --- a/lib/cmd.ml |
4 | +++ b/lib/cmd.ml |
5 | @@ -93,8 +93,8 @@ note cat -encoding json |
6 | ~doc:"perform a fulltext search instead of just key comparison" |
7 | and encoding = |
8 | flag "encoding" |
9 | - (optional_with_default Text encoding_argument) |
10 | - ~doc:"format [Text | Json | Yaml] (default: Text)" |
11 | + (optional_with_default Raw encoding_argument) |
12 | + ~doc:"format [Text | Json | Yaml | Raw] (default: Raw)" |
13 | in |
14 | fun () -> |
15 | let open Note.Filter in |