Compare commits

...

2 Commits
v0.3.1 ... main

Author SHA1 Message Date
Gitea a8eed2a0fb Being idependent from github 2 years ago
Unbewohnte ce80376a2f Fixed help message 2 years ago
  1. 4
      README.md
  2. 2
      src/main.cpp

4
README.md

@ -22,7 +22,7 @@
- clone this repository
`git clone https://github.com/Unbewohnte/broom`
`git clone http://unbewohnte.xyz:3000/Unbewohnte/broom`
- proceed to the directory
@ -40,7 +40,7 @@ if you're on GNU/Linux - you can run `install.sh` for broom to become system-wid
### "The lazy" way
- proceed [to the releases page](https://github.com/Unbewohnte/broom/releases) and get yourself a pre-compiled binary
- proceed [to the releases page](http://unbewohnte.xyz:3000/Unbewohnte/broom/releases) and get yourself a pre-compiled binary
---

2
src/main.cpp

@ -36,7 +36,7 @@ void print_help() {
<< "[FLAGS]\n"
<< "-v | --version -> print version information and exit\n"
<< "-h | --help -> print this message and exit\n"
<< "-ie | --ignore-empty -> do not remove empty files when sweeping"
<< "-ie | --ignore-empty -> do not remove empty files when sweeping\n"
<< "-od | --output-directory -> path to the directory to save results file in when scanning\n\n"
<< "[COMMANDS]\n"

Loading…
Cancel
Save