From 77acd151058744a099d147c49e9bf243f670a4a2 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 7 Aug 2022 21:34:41 -0400 Subject: [PATCH] Able to debug with Visual Studio --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index ceec347..73a1980 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -40,7 +40,7 @@ void printHelp() cout<<"-sr directory where to recursively search for songs to upload (Optional)\n"; cout<<"-nc will not prompt the user when uploading from a directory\n\n"; - cout<<"Required for upload\n"; + cout<<"Required for upload with metadata\n"; cout<<"-s path of song\n"; cout<<"-t track number\n"; cout<<"-m metadata filepath\n";