Skip to content

Commit

Permalink
Merge commit '856b568a87592a2611b23c5aa87acfd79275a75c'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgardona committed Dec 19, 2023
2 parents 94f4a50 + 856b568 commit 4e9a9bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mhv"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "A minimalist hex viewer"
authors = ["Julio C. B. Gardona <jcbritobr@gmail.com>"]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -54,13 +54,13 @@ Options:
-l, --length <N> Read `N` bytes from the input. None for full read. The `N`
argument can be a unit with a decimal prefix(kb, mb).
Examples: --length 3kb, -l3kb, --length 1mb...
N unis are kb(1000), K(1024), mb(1000 * 1000) M(1024 * 1024),
and a prefix 0x for hexadecimal, `0x0a`.
N unis are kb(1000), K(1024), mb(1000 * 1000), M(1024 * 1024),
and a prefix 0x for hexadecimal, `0x0a`
-n, --no-squeezing Displays all input data. Otherwise any number of output
lines which would be identical to the last one are replaced
with a line comprised of a single asterisk.
with a line comprised of a single asterisk
-h, --help Print help
-V, --version Print versio
-V, --version Print version
```
## Stream Workflow

Expand Down

0 comments on commit 4e9a9bf

Please sign in to comment.