microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

User/xiangweiniu/fix missing tab #196

Closed niuxw-msft closed 7 months ago

niuxw-msft commented 7 months ago

Related Issues

Why is this change being made?

The "isApp" switch in SFSClientTool help display has a missing tab. The change is to align it to other switches.

What is being changed?

Add one more '\t' in DisplayUsage() of SFSClientTool.

How was the change tested?

After build, run the following script to verify that the isApp switch align to other switches. image

niuxw-msft commented 7 months ago

close #193