Skip to content

Commit

Permalink
Use --copy-friendly
Browse files Browse the repository at this point in the history
So a dash between words instead of an underscore
  • Loading branch information
mihaigalos committed Jul 24, 2022
1 parent 98ef600 commit fc019f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dusage"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Mihai Galos <[email protected]>"]
description = "💾 A command line disk usage information tool: disk usage (foreground), inodes (background)."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Both can be i.e. automatically executed upon login via `ssh` to a remote machine
* separate coloring of `/`, `/boot` and `/mnt` for easy spotting.
* [log2ram](https://github.com/azlux/log2ram) filesystem displayed last for easy spotting of log drive usage on Raspberry Pi.
* display of detailed inode usage (similar to `df -i`).
* copy-friendly output (via the `--copy_friendly` flag:
* copy-friendly output (via the `--copy-friendly` flag:
```
Filesystem Size Used Avail Use% Disk / INodes Mounted on
/dev/sdb1 4.6G 270.1M 4.1G 6% ■■□□□□□□□□□□□□□□□□□□ /boot
Expand Down

0 comments on commit fc019f4

Please sign in to comment.