From 083d5b75cea8370e6093c4a71e2371efcaadfb9f Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 18 Mar 2023 02:16:02 +0100 Subject: [PATCH] README: add short arguments --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1837c8..79063f4 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,8 @@ rev: da39a3ee5e6b4b0d3255bfef95601890afd80709 # frozen: v1.2.3 ### Renaming of all unused to lambda args to start with `_` -If you disfavor marking them as unused, use option `--no-lambda-arg`. +If you disfavor marking them as unused, use option +`-l`/`--no-lambda-arg`. ### nixpkgs `callPackages` with multiple imports @@ -109,7 +110,7 @@ recognized as dead in the package source file that is imported by `callPackage`, rendering it unable to guess the dependencies to call the packages with. -Use option `--no-lambda-pattern-names` in this case. +Use option `-L`/`--no-lambda-pattern-names` in this case. ## What if the produced reports are wrong?