Skip to content

Commit b008a1e

Browse files
authored
fix list format in table
1 parent 1af4035 commit b008a1e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

articles/service-fabric/service-fabric-sfctl-rpm.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,7 @@ This API supports the Service Fabric platform; it is not meant to be used direct
7373
|Argument|Description|
7474
| --- | --- |
7575
| --executor-filter | The name of the repair executor whose claimed tasks should be included in the list. |
76-
| --state-filter | A bitwise-OR of the following values, specifying which task states should be included in the result list.
77-
<ul>
78-
<li>1 - Created</li>
79-
<li>2 - Claimed</li>
80-
<li>4 - Preparing</li>
81-
<li>8 - Approved</li>
82-
<li>16 - Executing</li>
83-
<li>32 - Restoring</li>
84-
<li>64 - Completed</li>
85-
</ul>
76+
| --state-filter | A bitwise-OR of the following values, specifying which task states should be included in the result list. <ul><li>1 - Created</li><li>2 - Claimed</li><li>4 - Preparing</li><li>8 - Approved</li><li>16 - Executing</li><li>32 - Restoring</li><li>64 - Completed</li></ul>
8677
| --task-id-filter | The repair task ID prefix to be matched. |
8778

8879
### Global Arguments
@@ -98,4 +89,4 @@ This API supports the Service Fabric platform; it is not meant to be used direct
9889

9990
## Next steps
10091
- [Setup](service-fabric-cli.md) the Service Fabric CLI.
101-
- Learn how to use the Service Fabric CLI using the [sample scripts](/azure/service-fabric/scripts/sfctl-upgrade-application).
92+
- Learn how to use the Service Fabric CLI using the [sample scripts](/azure/service-fabric/scripts/sfctl-upgrade-application).

0 commit comments

Comments
 (0)