diff options
author | Timo Weingärtner <timo@tiwe.de> | 2021-01-13 23:53:07 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2021-01-14 00:07:29 +0100 |
commit | 36dbc5d061b39b22f2620ac0e0a137ea05dbad33 (patch) | |
tree | ba9aef7998a9041e7417f4c24b5b3b9308e5ad25 /hadori.help2man | |
parent | 2cad5033359975238cbb95824595b638892bc039 (diff) | |
download | hadori-36dbc5d061b39b22f2620ac0e0a137ea05dbad33.tar.gz |
improve man page generation with help2man
Diffstat (limited to 'hadori.help2man')
-rw-r--r-- | hadori.help2man | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hadori.help2man b/hadori.help2man new file mode 100644 index 0000000..859dd2f --- /dev/null +++ b/hadori.help2man @@ -0,0 +1,13 @@ +# roff markup for the list generated using "pandoc -t man" and pasted here +[NAME] +hadori \- hardlink identical files +[DESCRIPTION] +This might look like yet another hardlinking tool, but it is the only one which only memorizes one filename per inode. That results in less memory consumption and faster execution compared to its +alternatives. Therefore (and because all the other names are already taken) it's called "HArdlinking DOne RIght". + +Advantages over other hardlinking tools: +.IP \[bu] 2 +predictability: arguments are scanned in order, each first version is +kept +.IP \[bu] 2 +much lower CPU and memory consumption |