Compare commits

..

No commits in common. 'main' and 'v0.3.1' have entirely different histories.
main ... v0.3.1

  1. 4
      README.md
  2. 2
      src/main.cpp

4
README.md

@ -22,7 +22,7 @@
- clone this repository
`git clone http://unbewohnte.xyz:3000/Unbewohnte/broom`
`git clone https://github.com/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](http://unbewohnte.xyz:3000/Unbewohnte/broom/releases) and get yourself a pre-compiled binary
- proceed [to the releases page](https://github.com/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\n"
<< "-ie | --ignore-empty -> do not remove empty files when sweeping"
<< "-od | --output-directory -> path to the directory to save results file in when scanning\n\n"
<< "[COMMANDS]\n"

Loading…
Cancel
Save