Skip to content

Commit

Permalink
qa: special case regular pcp --start option for xsos man page
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 24, 2024
1 parent d297ecd commit 5bddcb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/1370
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ for cmd in $(cat $tmp.cmds.txt); do
pcp-atop)
[ X"$opt" = X--pcp-flags ] && continue
;;
pcp-xsos)
[ X"$opt" = X--start ] && continue
;;
pcp)
# all these long options are documented in PCPIntro(1)
# and pcp(1) points there, rather than repeating them
Expand Down

0 comments on commit 5bddcb3

Please sign in to comment.