flux-framework / flux-core

core services for the Flux resource management framework
GNU Lesser General Public License v3.0
168 stars 50 forks source link

flux-jobs(1): document unlimited --count value #6364

Closed garlick closed 1 month ago

garlick commented 1 month ago

Problem: flux jobs --count=0 means "unlimited" but that is not documented in the man page.

Add it.

Fixes #6363

garlick commented 1 month ago

Thanks! @ofaaland found that by trial and error and reported the documentation omission in email :-) Will set MWP

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.28%. Comparing base (9ed4cfb) to head (9749838). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6364 +/- ## ======================================= Coverage 83.28% 83.28% ======================================= Files 524 524 Lines 86224 86224 ======================================= + Hits 71810 71812 +2 + Misses 14414 14412 -2 ``` [see 11 files with indirect coverage changes](https://app.codecov.io/gh/flux-framework/flux-core/pull/6364/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=flux-framework)