Skip to content

Commit

Permalink
Make matching-char-offset and keymap the defaults for displacement & …
Browse files Browse the repository at this point in the history
…replacement, respectively
  • Loading branch information
maxfierke committed Dec 29, 2018
1 parent 3b29d4e commit dfe9278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fincher/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ module Fincher
desc: "seed value. randomly generated if omitted"
string "--displacement-strategy",
var: "STRING",
default: "word-offset",
default: "matching-char-offset",
desc: "displacement strategy (Options: char-offset, word-offset, matching-char-offset)"
string "--replacement-strategy",
var: "STRING",
default: "n-shifter",
default: "keymap",
desc: "replacement strategy (Options: n-shifter, keymap)"
string "--char-offset",
var: "NUMBER",
Expand Down

0 comments on commit dfe9278

Please sign in to comment.