Browse Source

fix lineup of --ext-exit in help output

master
Oswald Buddenhagen 2 years ago
parent
commit
f6ccf9c4f5
  1. 2
      src/main.c

2
src/main.c

@ -47,7 +47,7 @@ PACKAGE " " VERSION " - mailbox synchronizer\n"
" -c, --config CONFIG read an alternate config file (default: ~/." EXE "rc)\n" " -c, --config CONFIG read an alternate config file (default: ~/." EXE "rc)\n"
" -D, --debug debugging modes (see manual)\n" " -D, --debug debugging modes (see manual)\n"
" -y, --dry-run do not actually modify anything\n" " -y, --dry-run do not actually modify anything\n"
" -e, --ext-exit return extended exit code\n" " -e, --ext-exit return extended exit code\n"
" -V, --verbose display what is happening\n" " -V, --verbose display what is happening\n"
" -q, --quiet don't display progress counters\n" " -q, --quiet don't display progress counters\n"
" -v, --version display version\n" " -v, --version display version\n"

Loading…
Cancel
Save