diff --git a/README.md b/README.md index c295f67..b2551dc 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ nix build "github:wgunderwood/tex-fmt" tex-fmt file.tex # format file.tex and overwrite tex-fmt -c file.tex # check if file.tex is correctly formatted tex-fmt -p file.tex # format file.tex and print to STDOUT +tex-fmt -k file.tex # keep lines, do not wrap tex-fmt -h # view help information ```