From da96a701b92f485f5f2c8afd017d54084effc70c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 16 Jul 2024 23:52:02 -0700 Subject: [PATCH] document `-v` and `-n` flags in `permit` --- sh/permit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/permit b/sh/permit index 46d5bc5..041c5b4 100755 --- a/sh/permit +++ b/sh/permit @@ -18,6 +18,8 @@ permit() { ### @- conditionally set executable permissions on each of its argume ### * `-e` -- everything: consider both regular files and directories. (default) ### * `-f` -- files: skip any arguments that are not regular files. ### * `-d` -- directories: skip any arguments that are not directories. + ### * `-n` -- dry-run: don't actually change anything. + ### * `-v` -- verbose: print changes before doing them. ### ### the `-e`, `-f`, and `-d` flags all override one another, and any of them ### can be combined with `-a`. arguments that are neither regular files nor