diff options
author | Benjamin Barenblat <bbaren@google.com> | 2019-09-20 09:11:47 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2019-09-20 09:11:47 -0400 |
commit | c3ea3f7b97b17f5b4c5697efbd1fee2d75aeba43 (patch) | |
tree | e666471a961d56a3a04e53d9b93c115da8a308e1 | |
parent | 729c3d91674614bdfd89aefc31891fa2be1262fd (diff) |
man: List short options in the synopsis
-rw-r--r-- | sor.1 | 2 | ||||
-rw-r--r-- | walk.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ sor \- combine shell predicates with logical or .SH SYNOPSIS .B sor -.RI [\| OPTION ...\] +.RB [\| \-0 \] .IR SNIPPET ... .SH DESCRIPTION Read paths from standard input. For each path, evaluate each argument as a @@ -16,7 +16,7 @@ walk \- walk file system .SH SYNOPSIS .B walk -.RI [\| OPTION ...\] +.RB [\| \-0 \] .RI [\| DIRECTORY ...\] .SH DESCRIPTION Recursively list the specified |