**************** OPTIONS **************** --usertypo --charset=auto --dump-config **************** INPUT(bookloupe.ini) **************** # Relaxed configuration for bookloupe [options] # Ignore DP-specific markup dp=false # Echo queried line echo=true # Check single quotes squote=false # Check common typos typo=true # Require closure of quotes on every paragraph qpara=false # Enable paranoid querying of everything paranoid=false # Enable line end checking line-end=true # Overview: just show counts overview=false # Output errors to stdout instead of stderr stdout=false # Echo header fields header=false # Ignore markup in < > markup=false # Use file of user-defined typos usertypo=false # Verbose - list everything verbose=false # Set of characters valid for this ebook charset=UNICODE **************** EXPECTED(stdout) **************** # Relaxed configuration for bookloupe [options] # Ignore DP-specific markup dp=false # Echo queried line echo=true # Check single quotes squote=false # Check common typos typo=true # Require closure of quotes on every paragraph qpara=false # Enable paranoid querying of everything paranoid=false # Enable line end checking line-end=true # Overview: just show counts overview=false # Output errors to stdout instead of stderr stdout=false # Echo header fields header=false # Ignore markup in < > markup=false # Use file of user-defined typos usertypo=true # Verbose - list everything verbose=false # Set of characters valid for this ebook charset=auto