diff options
author | June McEnroe <june@causal.agency> | 2021-02-27 15:44:24 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-27 15:44:24 -0500 |
commit | c7b117f37a71755912b53dd847eb3f281c15da27 (patch) | |
tree | 0fcf7db5cdbd5b0d31d213ec667db8142e2b0095 /catsit-watch.1 | |
parent | Add catsit-timer utility (diff) | |
download | catsit-c7b117f37a71755912b53dd847eb3f281c15da27.tar.gz catsit-c7b117f37a71755912b53dd847eb3f281c15da27.zip |
Add -a to catsit-watch
Diffstat (limited to '')
-rw-r--r-- | catsit-watch.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/catsit-watch.1 b/catsit-watch.1 index b45f704..892fd18 100644 --- a/catsit-watch.1 +++ b/catsit-watch.1 @@ -1,4 +1,4 @@ -.Dd February 25, 2021 +.Dd February 27, 2021 .Dt CATSIT-WATCH 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl i +.Op Fl ai .Op Fl f Ar file .Ar command ... . @@ -26,6 +26,11 @@ exits. .Pp The arguments are as follows: .Bl -tag -width Ds +.It Fl a +Append the path of +the modified file +to the arguments of +.Ar command . .It Fl f Ar file Add .Ar file |