Skip to content

Commit

Permalink
Improvise detailed end date selection
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekbhakat committed Dec 12, 2024
1 parent c6c9084 commit 1d74ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/software_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ This guide explains how to use Orbis to generate compute reports for Astronomer
<tbody>
<tr>
<td><code>-s, --start_date</code></td>
<td>Start date for the report [format: YYYY-MM-DD]</td>
<td>Start date for the report in UTC [format: YYYY-MM-DD]</td>
</tr>
<tr>
<td><code>-e, --end_date</code></td>
<td>End date for the report [format: YYYY-MM-DD]</td>
<td>End date for the report in UTC [format: YYYY-MM-DD] <i>(End date is not inclusive. Example for report till 12th Dec 2024 use 2024-13-31)</i></td>
</tr>
<tr>
<td><code>-o, --organization_id</code></td>
Expand Down

0 comments on commit 1d74ef7

Please sign in to comment.