Skip to content

Commit

Permalink
Fix documentation of macro '%-x'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhabacker committed Mar 24, 2023
1 parent 9e68081 commit 13ee56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ macros are available:
%* all arguments (unlike shell, not including any processed flags)
%** all arguments (including any processed flags)
%# the number of arguments
%{-f} if present at invocation, the flag f itself
%{-f} if present at invocation, the flag f itself (including the argument)
%{-f*} if present at invocation, the argument to flag f
%1, %2 the arguments themselves (after getopt(3) processing)
```
Expand Down

0 comments on commit 13ee56a

Please sign in to comment.