Skip to content

Commit

Permalink
Remove version string from the help output in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wykurz committed Dec 28, 2023
1 parent 17290e6 commit 9c493db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Inspired by tools like [dsync](https://mpifileutils.readthedocs.io/en/v0.11.1/ds
[pcp](https://github.com/wtsi-ssg/pcp).

```
rcp 0.1.0
USAGE:
rcp [FLAGS] [OPTIONS] [paths]...
Expand Down Expand Up @@ -46,8 +44,6 @@ rrm
`rrm` is a simple tool to remove large numbers of files. Note the basic usage is equivalent to `rm -rf`.

```
rrm 0.1.0
USAGE:
rrm [FLAGS] [OPTIONS] [paths]...
Expand Down Expand Up @@ -75,8 +71,6 @@ rlink
`rlink` allows hard-linking large number of files. A common pattern is to also provide `--update <path>` that overrides any paths in `src` to instead be copied over from there.

```
rlink 0.1.0
USAGE:
rlink [FLAGS] [OPTIONS] <src> <dst>
Expand Down

0 comments on commit 9c493db

Please sign in to comment.