diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:30:41 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:30:41 -0400 |
commit | 5ee67902d7c635ac7df4b4e6de3c4af3b93a4b89 (patch) | |
tree | 6642333ce688b2e4d243bef85d4c2631cdc763de | |
parent | d49e44a5e55d834a609753b113d6055a056c4091 (diff) | |
download | bfs-5ee67902d7c635ac7df4b4e6de3c4af3b93a4b89.tar.xz |
docs/bfs.1: Don't unnecessarily quote {}
-rw-r--r-- | docs/bfs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -872,7 +872,7 @@ skipping every .B .git directory. .TP -.B bfs \-type f \-executable \-exec strip '{}' + +.B bfs \-type f \-executable \-exec strip {} + Runs .BR strip (1) on all executable files it finds, passing it multiple files at a time. |