Added information on actions and flags to use the program when no arguments are supplied

This commit is contained in:
kdeng00
2019-10-26 10:09:22 -04:00
parent f4845d70ec
commit d7d980a4fd
4 changed files with 42 additions and 4 deletions
-2
View File
@@ -79,8 +79,6 @@ namespace Syncers
{
song = uploadSong(token, song);
}
printSongDetails(songs);
}
catch (exception& e)
{