Skip to content

Commit

Permalink
main.c/backup: change running buckup message
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Nov 15, 2019
1 parent ef5f7ea commit 665dfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ int main()
if(distributionFlags & 0x4)
{
WslConfigureDistribution(TargetName,0,distributionFlags);
wprintf(L"Running backup command.\n");
wprintf(L"Running backup Script.\n");
wprintf(L"If a password is requested, please enter the root password.\n\n");

hr = WslLaunchInteractive(TargetName,
Expand Down

0 comments on commit 665dfcc

Please sign in to comment.