Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenegriffin committed Mar 27, 2023
1 parent db2ce59 commit aa16ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MrMapi/mmcli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ namespace cli
switchProfile.name(),
switchFolder.name());
wprintf(
L" MrMAPI -%ws | -%ws [-%ws <profile>] [-%ws <folder>] [-%ws <property names>] [-%ws <dispid names>] [-%ws <output directory>]\n",
L" MrMAPI -%ws | -%ws [-%ws <profile>] [-%ws <folder>] [-%ws <property names>] [-%ws <dispid names>] "
L"[-%ws <output directory>]\n",
switchContents.name(),
switchAssociatedContents.name(),
switchProfile.name(),
Expand Down

0 comments on commit aa16ec3

Please sign in to comment.